mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
fix(devops): Create SSL certs before destroy (#6607)
This commit is contained in:
@@ -307,6 +307,10 @@ resource "google_compute_managed_ssl_certificate" "default" {
|
||||
google_project_service.compute,
|
||||
google_project_service.servicenetworking,
|
||||
]
|
||||
|
||||
lifecycle {
|
||||
create_before_destroy = true
|
||||
}
|
||||
}
|
||||
|
||||
## Create URL map for the application
|
||||
|
||||
Reference in New Issue
Block a user