mirror of
https://github.com/sidpalas/devops-directive-terraform-course.git
synced 2025-12-10 04:41:14 +00:00
3 lines
118 B
HCL
3 lines
118 B
HCL
instance_name = "hello-world"
|
|
ami = "ami-011899242bb902164" # Ubuntu 20.04 LTS // us-east-1
|
|
instance_type = "t2.micro" |