Skip to content

Commit e6bd280

Browse files
Migration guide fixes (#2824)
* Migration guide fixes * Fix extra backtick
1 parent cd054a7 commit e6bd280

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ for more details.
9797
:::note Progress Checklist
9898

9999
- [ ] Root `terragrunt.hcl` file renamed to `root.hcl`
100-
- [ ] `find_in_parent_folders()` updated to `find_in_parent_folders("root.hcl")
100+
- [ ] `find_in_parent_folders()` updated to `find_in_parent_folders("root.hcl")`
101101

102102
:::
103103

@@ -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)