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 14a5d69 commit 475f590Copy full SHA for 475f590
uploadjson-ps.sh
@@ -13,3 +13,6 @@ do
13
aws ssm put-parameter --cli-input-json file://cli-input.json
14
done
15
IFS=$o
16
+
17
+[ -f upload_object.json ] && rm -f upload_object.json
18
+[ -f cli-input.json ] && rm -f cli-input.json
0 commit comments