mirror of
https://github.com/sidpalas/devops-directive-terraform-course.git
synced 2025-12-14 06:41:14 +00:00
initial commit
This commit is contained in:
3
04-variables-and-outputs/examples/terraform.tfvars
Normal file
3
04-variables-and-outputs/examples/terraform.tfvars
Normal file
@@ -0,0 +1,3 @@
|
||||
instance_name = "hello-world"
|
||||
ami = "ami-011899242bb902164" # Ubuntu 20.04 LTS // us-east-1
|
||||
instance_type = "t2.micro"
|
||||
Reference in New Issue
Block a user