Skip to content

Commit

Permalink
chore: fix brew eval in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
artis3n committed Oct 1, 2022
1 parent 06b447f commit aa7852f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
# Need Bash 5 for terraform fmt in pre-commit hook
# Nead realpath command for terraform_fmt which we get via coreutils
run: |
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
brew install bash coreutils terraform-docs tfsec pre-commit
- name: Run Pre-Commit
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@ conditions the respective repository should be granted access.
This is encapsulated by the `oidc_bindings` variable.

> **Note**
>
> v2 of this module adopts Terraform 1.3's standardized support of [optional object type attributes](https://www.terraform.io/language/expressions/type-constraints#optional-object-type-attributes).
> Therefore, Terraform 1.3+ is required.
> Therefore, Terraform 1.3+ is required to use v2.0.0 or higher of this module.
>
> Users of Terraform 1.2 or earlier can use v1.1.0 of this module with the [`module_variable_optional_attrs`](https://www.terraform.io/language/v1.2.x/expressions/type-constraints#experimental-optional-object-type-attributes) experimental feature enabled.

Expand Down

0 comments on commit aa7852f

Please sign in to comment.