Files
terraform-course/module-flatten/provider.tf
T
2020-12-05 14:14:28 +01:00

5 lines
43 B
Terraform

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