Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Commit 956cea2

Browse files
authored
Merge pull request #50 from tjenkinson/patch-3
add note that the CloudFormation `RoleArn` must be in same account as action `RoleArn`
2 parents e280984 + f7e5d09 commit 956cea2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc_source/action-reference-CloudFormation.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,11 @@ This property is required for the following action modes:
6666
+ DELETE\_ONLY
6767
+ CHANGE\_SET\_REPLACE
6868

69+
**Note**
70+
This role must be in the same account as the role that the action is running as, configured in the action declaration `RoleArn`\.
71+
6972
**Note**
70-
CloudFormation is given an S3 signed URL to the template, and therefore this `RoleArn` does not need permission to access the artifact bucket. However, the action `RoleArn` _does_ need permission to access the artifact bucket, in order to generate the signed URL.
73+
CloudFormation is given an S3 signed URL to the template, and therefore this `RoleArn` does not need permission to access the artifact bucket\. However, the action `RoleArn` _does_ need permission to access the artifact bucket, in order to generate the signed URL\.
7174

7275
**TemplatePath**
7376
Required: Conditional

0 commit comments

Comments
 (0)