mirror of
https://github.com/farcasclaudiu/terraform-course.git
synced 2026-06-22 07:01:56 +03:00
+1
-1
@@ -1,5 +1,5 @@
|
||||
resource "aws_instance" "example" {
|
||||
ami = lookup(var.AMIS, var.AWS_REGION, "") # last parameter is the default value
|
||||
instance_type = "t2.micro"
|
||||
instance_type = "t3.micro"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user