-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Open
Labels
enhancementRequests to existing resources that expand the functionality or scope.Requests to existing resources that expand the functionality or scope.service/route53recoverycontrolconfigIssues and PRs that pertain to the route53recoverycontrolconfig service.Issues and PRs that pertain to the route53recoverycontrolconfig service.
Description
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
Labels
enhancementRequests to existing resources that expand the functionality or scope.Requests to existing resources that expand the functionality or scope.service/route53recoverycontrolconfigIssues and PRs that pertain to the route53recoverycontrolconfig service.Issues and PRs that pertain to the route53recoverycontrolconfig service.