diff --git a/.changelog/6770.txt b/.changelog/6770.txt new file mode 100644 index 0000000000..f2e3a2ddf1 --- /dev/null +++ b/.changelog/6770.txt @@ -0,0 +1,3 @@ +```release-note:bug +compute: made `target_https_proxy` possible to set `ssl_certificates` and `certificate_map` at the same time +``` diff --git a/google/resource_compute_target_https_proxy.go b/google/resource_compute_target_https_proxy.go index 987aca14d1..2bf174ba92 100644 --- a/google/resource_compute_target_https_proxy.go +++ b/google/resource_compute_target_https_proxy.go @@ -66,7 +66,6 @@ to the BackendService.`, Description: `A reference to the CertificateMap resource uri that identifies a certificate map associated with the given target proxy. This field can only be set for global target proxies. Accepted format is '//certificatemanager.googleapis.com/projects/{project}/locations/{location}/certificateMaps/{resourceName}'.`, - ExactlyOneOf: []string{"ssl_certificates", "certificate_map"}, }, "description": { Type: schema.TypeString, @@ -103,7 +102,6 @@ certificate must be specified.`, Type: schema.TypeString, DiffSuppressFunc: compareSelfLinkOrResourceName, }, - ExactlyOneOf: []string{"ssl_certificates", "certificate_map"}, }, "ssl_policy": { Type: schema.TypeString,