mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-04 13:17:43 -06:00
8 lines
110 B
Terraform
8 lines
110 B
Terraform
|
resource "aws_instance" "bar" {
|
||
|
foo = "baz"
|
||
|
|
||
|
lifecycle {
|
||
|
create_before_destroy = true
|
||
|
}
|
||
|
}
|