pantry/projects/github.com/terraform-linters/tflint/test.tf
2023-05-06 19:20:49 -04:00

13 lines
159 B
HCL

terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4"
}
}
}
provider "aws" {
region = var.aws_region
}