You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/2.0/docs/pipelines/previous-versions/upgrading-github-v3-to-v4.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ for more details.
97
97
:::note Progress Checklist
98
98
99
99
-[ ] 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")`
101
101
102
102
:::
103
103
@@ -180,7 +180,7 @@ environment "management" {
180
180
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.
181
181
Typically, these roles are:
182
182
-`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
184
184
-`delegated-pipelines-plan` and `delegated-pipelines-apply` in an `infrastructure-live-delegated` repository
185
185
186
186
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