mirror of https://github.com/hashicorp/terraform
parent
a8c730d7a4
commit
a14ea76c84
@ -0,0 +1,10 @@
|
||||
|
||||
resource "aws_instance" "web" {
|
||||
ami = "foo"
|
||||
create_before_destroy = true
|
||||
}
|
||||
|
||||
resource "aws_instance" "bar" {
|
||||
ami = "foo"
|
||||
create_before_destroy = false
|
||||
}
|
||||
Loading…
Reference in new issue