mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-02 12:17:39 -06:00
5d684b399c
Fixes #8776 This introduces an error when multiple `lifecycle` blocks exist on a resource in the configuration.
5 lines
68 B
HCL
5 lines
68 B
HCL
resource "aws_instance" "foo" {
|
|
lifecycle {}
|
|
lifecycle {}
|
|
}
|