Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DXE-3418 [Request] Missing mapping for /config-dns/v2/zones/dns-sec-status #509

Open
aci-payon-ops opened this issue Dec 19, 2023 · 1 comment

Comments

@aci-payon-ops
Copy link

Hello!

I believe that there is no way to fetch the DNSSEC status with the latest version of the Akamai Terraform provider.
The akamai_dns_zone resource does not map these details, and that is likely the correct choice given that there is a different API endpoint for the DNSSEC status.

Thus, adding a dedicated datasource akamai_zone_dnssec_status which maps /config-dns/v2/zones/dns-sec-status would be a useful addition.

Terraform Version

Terraform v1.6.4
on linux_amd64

  • provider registry.terraform.io/akamai/akamai v5.5.0

Affected Resource(s)

N/A, resource is not implemented.

Terraform Configuration Files

Example usage:

data "akamai_zone_dnssec_status" "example_com" {
  zone = "example.com"
}

output "example_com_dnskey" {
  value = akamai_zone_dnssec_status.example_com.dnskey_record
}

output "example_com_ds" {
  value = akamai_zone_dnssec_status.example_com.ds_record
}

I hope this can be implemented to allow end-to-end DNS provisioning with Terraform including DNSSEC.

Best regards,
Fabian

@mstojanowski
Copy link

Hi @aci-payon-ops,

Thank you for reporting this request. We will investigate it and come back to you.

@mstojanowski mstojanowski changed the title Missing mapping for /config-dns/v2/zones/dns-sec-status DXE-3418 [Request] Missing mapping for /config-dns/v2/zones/dns-sec-status Dec 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants