terraform.aws-baseline-infra/modules/networking/nacl/provider.tf

10 lines
148 B
Terraform
Raw Normal View History

2023-10-25 19:36:23 +08:00
terraform {
required_version = "~> 1.3.0"
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 4.0"
}
}
}