mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-13 01:22:05 -06:00
6 lines
96 B
Terraform
6 lines
96 B
Terraform
|
resource "example" "example" {
|
||
|
lifecycle {
|
||
|
create_before_destroy = "ABSOLUTELY NOT"
|
||
|
}
|
||
|
}
|