2018-01-23 15:04:19 +01:00

8 lines
97 B
Plaintext

variable "aws_region" {}
provider "aws" {
version = "1.2.0"
region = "${var.aws_region}"
}