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 bce69fe commit b9f3187Copy full SHA for b9f3187
application-infrastructure/build-scripts/generate-put-ssm.py
@@ -146,7 +146,7 @@ def get_tags():
146
if deployed_using_tag:
147
deployed_using_tag['Value'] = 'Build Script'
148
else:
149
- tags.append({'Key': 'DeployedUsing', 'Value': 'Build Script generate-put-key.py'})
+ tags.append({'Key': 'DeployedUsing', 'Value': f'Build Script {sys.argv[0]}'})
150
151
# print out the tags
152
print("Tags to be used:")
0 commit comments