Skip to content

Commit

Permalink
Merge pull request #276 from silinternational/fix-lint
Browse files Browse the repository at this point in the history
Fix lint
  • Loading branch information
briskt authored Nov 25, 2024
2 parents aff6cc5 + 295ea27 commit edb4013
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
branches: [ '**' ]

jobs:
build:
test:
uses: silinternational/workflows/.github/workflows/terraform.yml@main
with:
terraform-version: '~> 1.1'
directory: test
test-dir: test
7 changes: 0 additions & 7 deletions terraform/070-id-sync/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ terraform {
source = "hashicorp/aws"
version = ">= 4.0.0, < 6.0.0"
}
cloudflare = {
source = "cloudflare/cloudflare"

// 4.39.0 deprecated cloudflare_record.value
// While waiting for version 5 to mature, we'll constrain to earlier versions.
version = ">= 2.0.0, < 4.39.0"
}
random = {
source = "hashicorp/random"
version = ">= 2.2.0, < 4.0.0"
Expand Down
2 changes: 2 additions & 0 deletions test/providers.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
terraform {
required_version = ">= 1.0"
required_providers {
# tflint-ignore: terraform_required_providers
aws = {
source = "hashicorp/aws"
}
# tflint-ignore: terraform_required_providers
cloudflare = {
source = "cloudflare/cloudflare"
}
Expand Down

0 comments on commit edb4013

Please sign in to comment.