mirror of https://github.com/hashicorp/terraform
Merge pull request #10656 from hashicorp/b-muti-lifecycle
config: error when loading multiple lifecycle blockspull/10677/head
commit
882a5c49d7
@ -0,0 +1,4 @@
|
||||
resource "aws_instance" "foo" {
|
||||
lifecycle {}
|
||||
lifecycle {}
|
||||
}
|
||||
Loading…
Reference in new issue