Files
terraform-course/state-manipulation/provider.tf
T
2020-12-26 14:08:53 +01:00

5 lines
47 B
Terraform

provider "aws" {
region = var.AWS_REGION
}