Resource: aws_route53recoverycontrolconfig_cluster

Provides an AWS Route 53 Recovery Control Config Cluster.

Example Usage

resource "aws_route53recoverycontrolconfig_cluster" "example" {
  name = "georgefitzgerald"
}

Argument Reference

The following arguments are required:

Attribute Reference

This resource exports the following attributes in addition to the arguments above:

cluster_endpoints

Import

In Terraform v1.5.0 and later, use an import block to import Route53 Recovery Control Config cluster using the cluster ARN. For example:

import {
  to = aws_route53recoverycontrolconfig_cluster.mycluster
  id = "arn:aws:route53-recovery-control::313517334327:cluster/f9ae13be-a11e-4ec7-8522-94a70468e6ea"
}

Using terraform import, import Route53 Recovery Control Config cluster using the cluster ARN. For example:

% terraform import aws_route53recoverycontrolconfig_cluster.mycluster arn:aws:route53-recovery-control::313517334327:cluster/f9ae13be-a11e-4ec7-8522-94a70468e6ea