Skip to content

Instantly share code, notes, and snippets.

@ianpurvis1976
Created March 29, 2018 11:14
Show Gist options
  • Save ianpurvis1976/2aece589e2446f824571c308893ae5a6 to your computer and use it in GitHub Desktop.
Save ianpurvis1976/2aece589e2446f824571c308893ae5a6 to your computer and use it in GitHub Desktop.
curl -k -X POST $DATABASE/parametergroups -H "X-Auth-Token:$OS_AUTH_TOKEN" -H "Content-Type:application/json" -d '{"parametergroup":{"parameterGroupFamily": "'$PARAM_GROUP_FAMILY'", "name":"'$PARAM_GROUP_NAME'", "description": "'$DESCRIPTION'"}}' | jq .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment