Cfn change set fix outputs (#3033)
* set creation time of the change set * fix status, execution status, stak id, creation time and update tests
This commit is contained in:
parent
7a6d78afde
commit
8fa625c3de
3 changed files with 13 additions and 6 deletions
|
|
@ -609,7 +609,7 @@ DESCRIBE_CHANGE_SET_RESPONSE_TEMPLATE = """<DescribeChangeSetResponse>
|
|||
</member>
|
||||
{% endfor %}
|
||||
</Parameters>
|
||||
<CreationTime>2011-05-23T15:47:44Z</CreationTime>
|
||||
<CreationTime>{{ change_set.creation_time_iso_8601 }}</CreationTime>
|
||||
<ExecutionStatus>{{ change_set.execution_status }}</ExecutionStatus>
|
||||
<Status>{{ change_set.status }}</Status>
|
||||
<StatusReason>{{ change_set.status_reason }}</StatusReason>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue