Control Tower API

0

Hello team ,

AWS has now launched Control tower API with various calls such as CreateLandingZone. I have 2 questions

  1. Can I expect control tower soon in terraform registry too ?
  2. How can I use these API calls in AWS CLI Commands https://aws.amazon.com/about-aws/whats-new/2023/11/automate-aws-control-tower-zone-operations-apis/
1 Answer
0

Hope this information helps with your questions

1.) The AWS provider for Terraform is managed by Hashicorp so AWS have little control over when new features might be added here, in this case it appears the provider has at least some support for the ControlTower APIs [1] 2.) if you wish to use these new APIs from the CLI they are fully supported, you can call something like 'aws cli controltower create-landing-zone'' and pass in parameters for --manifest, --landing-zone-version.

[1] https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/controltower_control

AWS
Barry M
answered 2 months ago
profile picture
EXPERT
reviewed a month 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.

Guidelines for Answering Questions