Resource: aws_route53recoverycontrolconfig_control_panel

Provides an AWS Route 53 Recovery Control Config Control Panel.

Example Usage

resource "aws_route53recoverycontrolconfig_control_panel" "example" {
  name        = "balmorhea"
  cluster_arn = "arn:aws:route53-recovery-control::123456789012:cluster/8d47920e-d789-437d-803a-2dcc4b204393"
}

Argument Reference

The following arguments are required:

Attribute Reference

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

Import

In Terraform v1.5.0 and later, use an import block to import Route53 Recovery Control Config Control Panel using the control panel arn. For example:

import {
  to = aws_route53recoverycontrolconfig_control_panel.mypanel
  id = "arn:aws:route53-recovery-control::313517334327:controlpanel/1bfba17df8684f5dab0467b71424f7e8"
}

Using terraform import, import Route53 Recovery Control Config Control Panel using the control panel arn. For example:

% terraform import aws_route53recoverycontrolconfig_control_panel.mypanel arn:aws:route53-recovery-control::313517334327:controlpanel/1bfba17df8684f5dab0467b71424f7e8