main.tf 76 B

1234
  1. provider "aws" {
  2. region = "${var.region}"
  3. profile = "${var.profile}"
  4. }