Skip to content

Instantly share code, notes, and snippets.

@marazt
marazt / main.tf
Last active March 12, 2018 11:21
Setup Static Website on AWS S3 with Cloudfront, HTTPS and Route53
provider "aws" {
region = "${var.region}"
version = "1.10.0"
}
provider "aws" {
region = "us-east-1"
alias = "certificate-region"
version = "1.10.0"
}