File tree Expand file tree Collapse file tree
modules/meshcloud-replicator/replicator-management-account-access Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ v0.6.0]
11+
12+ ### Added
13+
14+ - Added permissions to allow replicator to list and get landing zones in AWS Control Tower.
15+
1016## [ v0.5.1]
1117
1218### Changed
@@ -54,10 +60,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5460
5561- Initial Release
5662
57- [ unreleased ] : https://github.com/meshcloud/terraform-aws-meshplatform/compare/v0.5.1 ...HEAD
63+ [ unreleased ] : https://github.com/meshcloud/terraform-aws-meshplatform/compare/v0.6.0 ...HEAD
5864[ v0.1.0 ] : https://github.com/meshcloud/terraform-aws-meshplatform/releases/tag/v0.1.0
5965[ v0.2.0 ] : https://github.com/meshcloud/terraform-aws-meshplatform/releases/tag/v0.2.0
6066[ v0.3.0 ] : https://github.com/meshcloud/terraform-aws-meshplatform/releases/tag/v0.3.0
6167[ v0.4.0 ] : https://github.com/meshcloud/terraform-aws-meshplatform/releases/tag/v0.4.0
6268[ v0.5.0 ] : https://github.com/meshcloud/terraform-aws-meshplatform/releases/tag/v0.5.0
6369[ v0.5.1 ] : https://github.com/meshcloud/terraform-aws-meshplatform/releases/tag/v0.5.1
70+ [ v0.6.0 ] : https://github.com/meshcloud/terraform-aws-meshplatform/releases/tag/v0.6.0
Original file line number Diff line number Diff line change @@ -213,6 +213,8 @@ data "aws_iam_policy_document" "meshfed_service_enrollment_additional" {
213213 " controltower:CreateManagedAccount" ,
214214 " controltower:DescribeManagedAccount" ,
215215 " controltower:DeregisterManagedAccount" ,
216+ " controltower:ListLandingZones" ,
217+ " controltower:GetLandingZone" ,
216218 " s3:GetObject" ,
217219 " organizations:describeOrganization" ,
218220 " sso:DescribeRegisteredRegions"
You can’t perform that action at this time.
0 commit comments