Resource: aws_route53recoveryreadiness_recovery_group

Provides an AWS Route 53 Recovery Readiness Recovery Group.

Example Usage

resource "aws_route53recoveryreadiness_recovery_group" "example" {
  recovery_group_name = "my-high-availability-app"
}

Argument Reference

The following arguments are required:

The following argument 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 recovery groups using the recovery group name. For example:

import {
  to = aws_route53recoveryreadiness_recovery_group.my-high-availability-app
  id = "my-high-availability-app"
}

Using terraform import, import Route53 Recovery Readiness recovery groups using the recovery group name. For example:

% terraform import aws_route53recoveryreadiness_recovery_group.my-high-availability-app my-high-availability-app