Skip to content

Commit d2a3e31

Browse files
compute: Allow setting both ssl_certificates and certificate_map (#6770) (#12950)
Signed-off-by: Modular Magician <[email protected]> Signed-off-by: Modular Magician <[email protected]>
1 parent 4f3c912 commit d2a3e31

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.changelog/6770.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
compute: made `target_https_proxy` possible to set `ssl_certificates` and `certificate_map` at the same time
3+
```

google/resource_compute_target_https_proxy.go

-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ to the BackendService.`,
6666
Description: `A reference to the CertificateMap resource uri that identifies a certificate map
6767
associated with the given target proxy. This field can only be set for global target proxies.
6868
Accepted format is '//certificatemanager.googleapis.com/projects/{project}/locations/{location}/certificateMaps/{resourceName}'.`,
69-
ExactlyOneOf: []string{"ssl_certificates", "certificate_map"},
7069
},
7170
"description": {
7271
Type: schema.TypeString,
@@ -103,7 +102,6 @@ certificate must be specified.`,
103102
Type: schema.TypeString,
104103
DiffSuppressFunc: compareSelfLinkOrResourceName,
105104
},
106-
ExactlyOneOf: []string{"ssl_certificates", "certificate_map"},
107105
},
108106
"ssl_policy": {
109107
Type: schema.TypeString,

0 commit comments

Comments
 (0)