Skip to content

Commit

Permalink
fix: tflint errors addressed
Browse files Browse the repository at this point in the history
  • Loading branch information
fibble committed Nov 28, 2024
1 parent c4ceaf8 commit 1a81d6a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions infra/terraform/environments/dev/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ terraform {
source = "hashicorp/aws"
version = "~> 5.72.1"
}
null = {
source = "hashicorp/null"
version = "~> 3.2"
}
}

required_version = ">= 1.0"
Expand Down
4 changes: 4 additions & 0 deletions infra/terraform/environments/int/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ terraform {
source = "hashicorp/aws"
version = "~> 5.72.1"
}
null = {
source = "hashicorp/null"
version = "~> 3.2"
}
}

required_version = ">= 1.0"
Expand Down

0 comments on commit 1a81d6a

Please sign in to comment.