mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-10 08:03:08 -06:00
5 lines
77 B
HCL
5 lines
77 B
HCL
resource "aws_instance" "bar" {
|
|
foo = "bar"
|
|
provisioner "shell" {}
|
|
}
|