Resource: aws_route53recoveryreadiness_cell

Provides an AWS Route 53 Recovery Readiness Cell.

Example Usage

resource "aws_route53recoveryreadiness_cell" "example" {
  cell_name = "us-west-2-failover-cell"
}

Argument Reference

The following arguments are required:

The following arguments are optional:

Attribute Reference

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

Timeouts

Configuration options:

Import

In Terraform v1.5.0 and later, use an import block to import Route53 Recovery Readiness cells using the cell name. For example:

import {
  to = aws_route53recoveryreadiness_cell.us-west-2-failover-cell
  id = "us-west-2-failover-cell"
}

Using terraform import, import Route53 Recovery Readiness cells using the cell name. For example:

% terraform import aws_route53recoveryreadiness_cell.us-west-2-failover-cell us-west-2-failover-cell