mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-03 12:20:28 -06:00
6 lines
77 B
Terraform
6 lines
77 B
Terraform
|
resource "aws_instance" "foo" {
|
||
|
id = "foo"
|
||
|
|
||
|
provisioner "shell" {}
|
||
|
}
|