Closed case closed 1 year ago
The current docs show the following:
The following argument(s) are supported: domain_id - (Required) The domain to be issued the certificate for contact_id - (Deprecated) The contact id for the certificate
The following argument(s) are supported:
domain_id - (Required) The domain to be issued the certificate for contact_id - (Deprecated) The contact id for the certificate
domain_id
contact_id
But terraform plan is saying that a name = argument is required. auto_renew is also missing from the Argument Reference list.
terraform plan
name =
auto_renew
It looks like the docs for this resource could use some updating?
The documentation has been updated, and we are working on automated checks to ensure we never miss updating the documentation again. Thanks for your patience.
The current docs show the following:
But
terraform plan
is saying that aname =
argument is required.auto_renew
is also missing from the Argument Reference list.It looks like the docs for this resource could use some updating?