mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-08 23:23:59 -06:00
6 lines
77 B
HCL
6 lines
77 B
HCL
resource "aws_instance" "foo" {
|
|
id = "foo"
|
|
|
|
provisioner "shell" {}
|
|
}
|