Files
terraform-course/module-for-each/provider.tf
T
2020-12-03 15:59:26 +01:00

5 lines
43 B
Terraform

provider "aws" {
region = "eu-west-1"
}