Skip to content

Enable region in Control Tower using Terraform

0

Looking for guidance on how to use terraform to enable regions not currently enabled in Control Tower, any guidance on this appreciated.

AWS
asked 2 years ago541 views
1 Answer
1
Accepted Answer

Hi There

You should be able to do this by specifying the addional regions in the governedRegions attribute in the LandingZoneManifest.json file that you pass to Terraform in the aws_controltower_landing_zone resource.

See https://docs.aws.amazon.com/controltower/latest/userguide/lz-api-launch.html for the example manifest

See https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/controltower_landing_zone for the aws_controltower_landing_zone detail

AWS
EXPERT
answered 2 years ago
EXPERT
reviewed 2 years ago
EXPERT
reviewed 2 years ago
EXPERT
reviewed 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.