Skip to content

Commit

Permalink
[QOLDEV-833] allow overwriting the SSM parameter identifying the imag…
Browse files Browse the repository at this point in the history
…e ID
  • Loading branch information
ThrawnCA committed Dec 5, 2024
1 parent 1295a65 commit 496ead4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-AMI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@

- name: Record AMI ID
shell: |
aws ssm put-parameter --type String --name "/config/CKAN/{{ Environment }}/app/{{ service_name_lower }}/{{ layer }}AmiId" --value "{{ new_image.image_id }}"
aws ssm put-parameter --overwrite --type String --name "/config/CKAN/{{ Environment }}/app/{{ service_name_lower }}/{{ layer }}AmiId" --value "{{ new_image.image_id }}"

0 comments on commit 496ead4

Please sign in to comment.