scottslowe-learning-tools/terraform-aws/simple-ec2/provider.tf
Scott S. Lowe 3279b2e390 Add Terraform configuration for simple EC2 instance
Add a simple Terraform configuration to spin up an Ubuntu 14.04 EC2 instance in the default VPC using the default security group.

Signed-off-by: Scott S. Lowe <scott.lowe@scottlowe.org>
2016-10-21 15:29:32 -06:00

3 lines
61 B
HCL

provider "aws" {
region = "us-west-2"
}