terraform resource

PHOTO EMBED

Tue Jun 22 2021 17:45:37 GMT+0000 (Coordinated Universal Time)

Saved by @odirionyeo #go

resource "aws_instance" "example" {
   ami = "ami-0c55b159cbfafe1f0"
   instance_type = "t2.micro"
}
content_copyCOPY