Skip to content

Commit

Permalink
Merge pull request #63 from riege/deprecations-and-azurerm-v4-compati…
Browse files Browse the repository at this point in the history
…bility

Adhere tflint deprecation warnings and adapt to azurerm v4
  • Loading branch information
wiebeck authored Aug 23, 2024
2 parents 4f4c067 + 4a01947 commit 4f119b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
- name: Terraform validate
id: validate
if: ${{ !inputs.skip_validate && (success() || failure()) }}
env:
ARM_SUBSCRIPTION_ID: 0caa8408-f721-4bd2-8b21-e5cb6ac8891d # dummy subscription ID to silence missing argument error since azurerm v4
run: terraform validate -no-color

- name: Create job summary
Expand Down
4 changes: 2 additions & 2 deletions terraform/.tflint.hcl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# https://github.com/terraform-linters/tflint/blob/master/docs/user-guide/config.md
# https://github.com/github/super-linter/blob/main/TEMPLATES/.tflint.hcl
config {
module = false
force = false
call_module_type = "none"
force = false
}

plugin "terraform" {
Expand Down

0 comments on commit 4f119b9

Please sign in to comment.