Skip to content

Support dualstack for aws_route53recoverycontrolconfig_cluster #44370

@ascopes

Description

@ascopes

Description

The aws_route53recoverycontrolconfig_cluster resource is missing an attribute to allow the creation of IPv6 compatible clusters.

This is supported by AWSCC at https://registry.terraform.io/providers/hashicorp/awscc/latest/docs/resources/route53recoverycontrol_cluster.

Affected Resource(s) or Data Source(s)

  • aws_route53recoverycontrolconfig_cluster

Potential Terraform Configuration

resource "aws_route53recoverycontrolconfig_cluster" "cluster1" {
  name         = "bloop"
  network_type = "DUALSTACK"
}
resource "aws_route53recoverycontrolconfig_cluster" "cluster2" {
  name         = "blep"
  network_type = "IPV4"
}

References

Would you like to implement the enhancement?

No

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementRequests to existing resources that expand the functionality or scope.service/route53recoverycontrolconfigIssues and PRs that pertain to the route53recoverycontrolconfig service.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions