Skip to content

Commit eaa71fb

Browse files
committed
feat: added controltower LZ permissions for replicator
1 parent 90b833c commit eaa71fb

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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

modules/meshcloud-replicator/replicator-management-account-access/data.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)