mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-28 18:01:01 -06:00
b6626eed57
closes #2072
6 lines
108 B
HCL
6 lines
108 B
HCL
# I forgot the resource name!
|
|
resource "aws_instance" {
|
|
ami = "ami-abc123"
|
|
instance_type = "t2.micro"
|
|
}
|