slopedme-terrraform/remote-backend/provider.tf
Conner McCall c983638571 change: initial commit
contains sloped.me domain records and
backend configuration
2020-08-20 07:33:33 -05:00

4 lines
73 B
HCL

provider "aws" {
region = var.AWS_REGION
profile = "cw-terraform"
}