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.
2 parents 6fa41cd + 475f590 commit b78ab34Copy full SHA for b78ab34
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