mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-05-20 12:02:01 -04:00
8 lines
110 B
HCL
8 lines
110 B
HCL
resource "aws_instance" "bar" {
|
|
foo = "baz"
|
|
|
|
lifecycle {
|
|
create_before_destroy = true
|
|
}
|
|
}
|