We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e8515f commit 6e98015Copy full SHA for 6e98015
stack/repository.py
@@ -3,7 +3,6 @@
3
from troposphere import (
4
AWS_ACCOUNT_ID,
5
AWS_REGION,
6
- AWS_STACK_NAME,
7
Join,
8
Output,
9
Ref
@@ -20,7 +19,7 @@
20
19
# Do we need to specify a repository name? The stack name might not be
21
# a valid repository name, and if we just leave it out, AWS will make one
22
# up for us.
23
- #RepositoryName=Ref(AWS_STACK_NAME),
+ # RepositoryName=Ref(AWS_STACK_NAME),
24
# Allow all account users to manage images.
25
RepositoryPolicyText=Policy(
26
Version="2008-10-17",
0 commit comments