You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: `Authorizations that will be used for performing domain authorization`,
109
+
Description: `Authorizations that will be used for performing domain authorization. Either issuanceConfig or dnsAuthorizations should be specificed, but not both.`,
110
110
Elem: &schema.Schema{
111
111
Type: schema.TypeString,
112
112
},
@@ -121,6 +121,15 @@ Wildcard domains are only supported with DNS challenge resolution`,
Description: `The resource name for a CertificateIssuanceConfig used to configure private PKI certificates in the format projects/*/locations/*/certificateIssuanceConfigs/*.
130
+
If this field is not set, the certificates will instead be publicly signed as documented at https://cloud.google.com/load-balancing/docs/ssl-certificates/google-managed-certs#caa.
131
+
Either issuanceConfig or dnsAuthorizations should be specificed, but not both.`,
132
+
},
124
133
"authorization_attempt_info": {
125
134
Type: schema.TypeList,
126
135
Computed: true,
@@ -590,6 +599,8 @@ func flattenCertificateManagerCertificateManaged(v interface{}, d *schema.Resour
@@ -190,7 +273,13 @@ The following arguments are supported:
190
273
191
274
*`dns_authorizations` -
192
275
(Optional)
193
-
Authorizations that will be used for performing domain authorization
276
+
Authorizations that will be used for performing domain authorization. Either issuanceConfig or dnsAuthorizations should be specificed, but not both.
277
+
278
+
*`issuance_config` -
279
+
(Optional)
280
+
The resource name for a CertificateIssuanceConfig used to configure private PKI certificates in the format projects/*/locations/*/certificateIssuanceConfigs/*.
281
+
If this field is not set, the certificates will instead be publicly signed as documented at https://cloud.google.com/load-balancing/docs/ssl-certificates/google-managed-certs#caa.
282
+
Either issuanceConfig or dnsAuthorizations should be specificed, but not both.
0 commit comments