Resource: aws_controltower_landing_zone

Creates a new landing zone using Control Tower. For more information on usage, please see the AWS Control Tower Landing Zone User Guide.

Example Usage

resource "aws_controltower_landing_zone" "example" {
  manifest_json = file("${path.module}/LandingZoneManifest.json")
  version       = "3.2"
}

Argument Reference

This resource supports the following arguments:

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 a Control Tower Landing Zone using the id. For example:

import {
  to = aws_controltower_landing_zone.example
  id = "1A2B3C4D5E6F7G8H"
}

Using terraform import, import a Control Tower Landing Zone using the id. For example:

% terraform import aws_controltower_landing_zone.example 1A2B3C4D5E6F7G8H