You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Terraform configuration provisions an EC2 instance in AWS using Terraform 0.13+ syntax.
3
+
This Terraform configuration provisions an EC2 instance in AWS using Terraform.
4
4
5
5
## Details
6
6
7
7
By default, this configuration provisions the latest Ubuntu 18.04 AMI with type t2.micro in the us-west-1 region. The AMI Owner, AMi Search Name, region, and type can all be set as variables. You can also set the name variable to determine the value set for the Name tag.
8
-
9
-
Note that you need to set environment variables AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY.
0 commit comments