Closed
Description
Description
From the AWS docs: "If you have a dual-stack accelerator, you also have a second DNS name, DualStackDnsName
, that points to both the A record and the AAAA record for all four static addresses for the accelerator: two IPv4 addresses and two IPv6 addresses."
Currently, only DnsName
attribute is supported by Terraform AWS provider.
Affected Resource(s) and/or Data Source(s)
resource/aws_globalaccelerator_accelerator
Potential Terraform Configuration
No response
References
create_accelerator,
describe_accelerator
Would you like to implement a fix?
Yes