mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
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>
3 lines
61 B
HCL
3 lines
61 B
HCL
provider "aws" {
|
|
region = "us-west-2"
|
|
}
|