Files
example.terraform/tgw-ram-share/account1/network/provider.tf
T

10 lines
147 B
Terraform

provider "aws" {
region = "ap-southeast-1"
}
terraform {
required_version = "> 0.12, < 0.13"
required_providers {
aws = "~> 3.6.0"
}
}