-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
[New Resource]: aws_controltower_landing_zone
#34595
[New Resource]: aws_controltower_landing_zone
#34595
Conversation
Community NoteVoting for Prioritization
For Submitters
|
19a7cc3
to
208ac08
Compare
aws_controltower_landing_zone
aws_controltower_landing_zone
aws_controltower_landing_zone
aws_controltower_landing_zone
@bschaatsbergen @tylersouthwick I have decomposed resource "aws_controltower_landing_zone" "example" {
manifest {
governed_regions = ["us-west-2"]
centralized_logging {
configurations {
access_logging_bucket {
retention_days = 3650
}
logging_bucket {
retention_days = 365
}
}
}
organization_structure {
sandbox {
name = "Sandbox"
}
security {
name = "Security"
}
}
}
version = "3.2"
} I successfully imported (via |
Update on this PR: @ewbankkit, @tylersouthwick and I are having a conversation about this resource next week to finalize this and ship it. |
… in Create and Update.
…e already exists.
This functionality has been released in v5.36.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
aws_controltower_landing_zone
Relations
Closes #34557
References
Output from Acceptance Testing