terraform-tofu-labs/2-simple-example/iac/main.tf
2024-04-15 16:31:58 +01:00

4 lines
42 B
HCL

provider "aws" {
region = var.region
}