Skip to content

Commit 19b6d76

Browse files
committed
Fix extra backtick
1 parent fd7b27a commit 19b6d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/2.0/docs/pipelines/previous-versions/upgrading-github-v3-to-v4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ environment "management" {
180180
Note the role-name in the `apply_iam_role_arn` and `plan_iam_role_arn` role ARN values. The role-names should match the Pipelines roles you provisioned in your AWS accounts.
181181
Typically, these roles are:
182182
- `root-pipelines-plan` and `root-pipelines-apply` in the `infrastructure-live-root` repository
183-
- `access-control-pipelines-plan` and ``access-control-pipelines-apply` in an `infrastructure-live-access-control` repository
183+
- `access-control-pipelines-plan` and `access-control-pipelines-apply` in an `infrastructure-live-access-control` repository
184184
- `delegated-pipelines-plan` and `delegated-pipelines-apply` in an `infrastructure-live-delegated` repository
185185

186186
Confirm the values by looking at your Infrastructure as Code (typically under `_envcommon/landingzone/<rolename>.hcl` in `infrastructure-live-root` or `infrastructure-live-access-control`) for those IAM roles.

0 commit comments

Comments
 (0)