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
The new CAA record is supported by AWS Route53 but not considered a valid type by terraform. CAA is used to whitelist which certificate authorities are authorized to issue SSL certificates for your domain. It is quite new and was only added to AWS on August 21, 2017. CAs are expected to start enforcing it in September 2017.
@danielnbarbosa this support was merged into master a few weeks ago via #1465. However, it has not been "released" yet via version 0.1.5, 0.2.0, or 1.0.0 given the current CHANGELOG. You may wish to participate in #1592 asking for releases of this provider more often if its something you're wanting something sooner rather than later.
This issue was originally opened by @danielnbarbosa as hashicorp/terraform#16054. It was migrated here as a result of the provider split. The original body of the issue is below.
The new CAA record is supported by AWS Route53 but not considered a valid type by terraform. CAA is used to whitelist which certificate authorities are authorized to issue SSL certificates for your domain. It is quite new and was only added to AWS on August 21, 2017. CAs are expected to start enforcing it in September 2017.
Terraform Version
Terraform v0.10.4
Terraform Configuration Files
Expected Behavior
terraform plan should work
Actual Behavior
terraform plan returns error on resource type:
Steps to Reproduce
Please list the full steps required to reproduce the issue, for example:
terraform plan
The text was updated successfully, but these errors were encountered: