-
Notifications
You must be signed in to change notification settings - Fork 86
make certificates replacable #76
Comments
We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story. The labels on this github issue will be updated when the story is started. |
I've seen we recently switched from
I'll try it and do a pull request... |
Thanks @vchrisb! That's super helpful. |
While digging further into it and struggling with getting I'm going to update the pull request to just revert back to use |
Update a certificate for the GCP load balancer in place is not possible.
It is necessary to first create a new one before destroying the old one.
This is supported by google_compute_ssl_certificate by using a
name_prefix
and configurecreate_before_destroy
name = "${var.env_name}-lbcert"
in router.tf should be replaced byname_prefix = "${var.env_name}-lbcert-"
The text was updated successfully, but these errors were encountered: