mirror of https://github.com/hashicorp/terraform
parent
e68ea0d38f
commit
ad595cf254
@ -0,0 +1,9 @@
|
||||
provider "aws" {}
|
||||
|
||||
resource "aws_lc" "foo" {}
|
||||
|
||||
resource "aws_asg" "foo" {
|
||||
lc = "${aws_lc.foo.id}"
|
||||
|
||||
lifecycle { create_before_destroy = true }
|
||||
}
|
||||
Loading…
Reference in new issue