terraform-tofu-labs/2-simple-example/iac/main.tf

5 lines
42 B
Terraform
Raw Normal View History

2024-04-15 16:31:58 +01:00
provider "aws" {
region = var.region
}