Skip to content

Commit

Permalink
fix tflint for example tf file
Browse files Browse the repository at this point in the history
  • Loading branch information
zerj9 committed Jan 31, 2025
1 parent fc09fd8 commit efb3146
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
terraform {
required_version = ">= 1.0.0, < 2.0.0"
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.0"
}
}
}


data "aws_availability_zones" "available" {}

locals {
Expand Down

0 comments on commit efb3146

Please sign in to comment.