Skip to content

Instantly share code, notes, and snippets.

@JamesWrigley
JamesWrigley / discourse.tf
Last active August 2, 2019 11:31
The AWS infrastructure needed to get Discourse running on an EC2 instance, using Route53 as the DNS provider.
provider "aws" {
profile = "default"
region = "us-east-1"
version = "~> 2.17"
}
/*** EC2 - server ***/