Terraform v0.12.9
resource "google_compute_target_https_proxy" "test" {
name = "tf-test-proxy"
url_map = "${google_compute_url_map.test.self_link}"
ssl_certificates = "${concat([var.test_certificate_link])}"
#quic_override = "ENABLE"
}
Error: Error updating TargetHttpsProxy "tf-test-proxy": googleapi: Error 400: Required field 'quicOverride' not specified, required
Based on the documentation, the argument is 'optional'. Meaning that setting it once and removing it later shouldn't yield an Error and should set it as default "NONE" as expressed in the documentation.
google_compute_target_https_proxy resource setting the quic_override.quic_override.terraform applyWell, that's certainly what it says in the public REST documentation...

This is a bug in GCP, then. We'll work around it by explicitly setting the field default to NONE.
I'm going to lock this issue because it has been closed for _30 days_ ⏳. This helps our maintainers find and focus on the active issues.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks!