summaryrefslogtreecommitdiff
path: root/cloud/amazon/cloudformation.py
diff options
context:
space:
mode:
Diffstat (limited to 'cloud/amazon/cloudformation.py')
-rw-r--r--cloud/amazon/cloudformation.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cloud/amazon/cloudformation.py b/cloud/amazon/cloudformation.py
index 2cf26785..bdc15613 100644
--- a/cloud/amazon/cloudformation.py
+++ b/cloud/amazon/cloudformation.py
@@ -147,7 +147,7 @@ EXAMPLES = '''
state: present
region: us-east-1
disable_rollback: true
- template_url: 'https://s3.amazonaws.com/my-bucket/cloudformation.template'
+ template_url: https://s3.amazonaws.com/my-bucket/cloudformation.template
args:
template_parameters:
KeyName: jmartin
@@ -164,7 +164,7 @@ EXAMPLES = '''
state: present
region: us-east-1
disable_rollback: true
- template_url: 'https://s3.amazonaws.com/my-bucket/cloudformation.template'
+ template_url: https://s3.amazonaws.com/my-bucket/cloudformation.template
role_arn: 'arn:aws:iam::123456789012:role/cloudformation-iam-role'
args:
template_parameters: