mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 11:29:12 +00:00
create before destroy
This commit is contained in:
parent
54abcaeaa7
commit
c0a11fc9ee
1 changed files with 4 additions and 0 deletions
|
@ -107,4 +107,8 @@ resource "google_compute_instance" "vm" {
|
|||
"https://www.googleapis.com/auth/trace.append",
|
||||
]
|
||||
}
|
||||
|
||||
lifecycle {
|
||||
create_before_destroy = true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue