Skip to content

Commit ca8b7e6

Browse files
authored
add missing permission (#2720)
* add missing permission * fix typo * remove duplicate line
1 parent 16745f2 commit ca8b7e6

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docs/2.0/docs/accountfactory/guides/drift-remediation-with-async-module.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,8 @@ For `_envcommon/landingzone/root-pipelines-plan-role.hcl`, ensure that you have
175175
actions = [
176176
"states:List*",
177177
"states:Describe*",
178-
"states:GetExecutionHistory"
178+
"states:GetExecutionHistory",
179+
"states:ValidateStateMachineDefinition"
179180
]
180181
effect = "Allow"
181182
}

docs/2.0/docs/accountfactory/tutorials/modify-account.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ The table below lists common AWS account operations and provides guidance on whe
2929
| Update account admin user in Account Access IAM Identity Center | ✅ (recommended) | ✅ (discouraged) |
3030
| Granting additional users access to accounts in AWS IAM Identity Center | ✅ (recommended) | ✅ (discouraged) |
3131

32-
| Granting additional users access to accounts in AWS IAM Identity Center | ✅ (recommended) | ✅ (discouraged) |
33-
34-
3532
### Updating the account through the new AWS account request file
3633

3734
You can update specific attributes of an AWS account by modifying the corresponding account request file in the `_new_account_requests` directory. Follow the steps below to update specific attributes:

0 commit comments

Comments
 (0)