Skip to content

Commit

Permalink
update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
ebisso committed Dec 16, 2024
1 parent f3143c7 commit c8f494a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ func (r *CertificateAuthoritiesHostnameAssociationsResource) Schema(ctx context.
Required: true,
},
"mtls_certificate_id": schema.StringAttribute{
Description: "TODO",
Description: "The id of the mTLS certificate resource. If no mtls_certificate_id is given, the hostnames will be associated to your active Cloudflare Managed CA.",
Optional: true,
},
"hostnames": schema.ListAttribute{
Description: "TODO",
Description: "The hostnames associated to the mTLS certificate resource.",
Required: true,
ElementType: types.StringType,
},
Expand Down

0 comments on commit c8f494a

Please sign in to comment.