mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-03 12:20:28 -06:00
82bf4f485b
[GH-434]
4 lines
61 B
HCL
4 lines
61 B
HCL
resource "aws_instance" "bar" {
|
|
provisioner "shell" {}
|
|
}
|