mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-31 11:17:25 -06:00
6 lines
108 B
Terraform
6 lines
108 B
Terraform
|
# I forgot the resource name!
|
||
|
resource "aws_instance" {
|
||
|
ami = "ami-abc123"
|
||
|
instance_type = "t2.micro"
|
||
|
}
|