Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Control Tower Landing Zone #1380

Open
grumpper opened this issue Jan 2, 2024 · 2 comments
Open

Add support for Control Tower Landing Zone #1380

grumpper opened this issue Jan 2, 2024 · 2 comments
Labels
code-generation Relates to the conversion of CloudFormation schema to Terraform schema at buildtime. new-resource

Comments

@grumpper
Copy link

grumpper commented Jan 2, 2024

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment
  • The resources and data sources in this provider are generated from the CloudFormation schema, so they can only support the actions that the underlying schema supports. For this reason submitted bugs should be limited to defects in the generation and runtime code of the provider. Customizing behavior of the resource, or noting a gap in behavior are not valid bugs and should be submitted as enhancements to AWS via the CloudFormation Open Coverage Roadmap.

Description

Add support for Control Tower Landing Zone since it's already supported in Cloud Formation.

I thought the whole reason for the existence of the awscc provider and its main bonus is the automatic support of new resources that are added in Cloud Control API.

But the Landing Zone resource is:

  1. Still not added
  2. The provider is not even compiled weekly

New or Affected Resource(s)

"AWS::ControlTower::LandingZone"

Potential Terraform Configuration

awscc_controltower_landing_zone "this" {
  manifest = file("lz_manifest.json")
  version = "3.2"
  tags {
    MaintainedBy = "MyCompany"
  }
}

References

@wellsiau-aws
Copy link
Collaborator

The resource schema is available AWS::ControlTower::LandingZone

but resource generation is currently suppressed

@wellsiau-aws
Copy link
Collaborator

Relates to #156

@wellsiau-aws wellsiau-aws added code-generation Relates to the conversion of CloudFormation schema to Terraform schema at buildtime. and removed enhancement labels Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code-generation Relates to the conversion of CloudFormation schema to Terraform schema at buildtime. new-resource
Projects
None yet
Development

No branches or pull requests

2 participants