mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-19 07:01:10 -05:00
5 lines
77 B
HCL
5 lines
77 B
HCL
resource "aws_instance" "bar" {
|
|
foo = "bar"
|
|
provisioner "shell" {}
|
|
}
|