Skip to content

Instantly share code, notes, and snippets.

@phivid
Created January 7, 2020 16:26
Show Gist options
  • Save phivid/10a5852ced1d02a6e4622ab668432958 to your computer and use it in GitHub Desktop.
Save phivid/10a5852ced1d02a6e4622ab668432958 to your computer and use it in GitHub Desktop.
aws --profile ${AWS_ACCOUNT} --region eu-west-1 ssm put-parameter --name "/infra/${TF_VAR_application}/alb_dns" --type "String" --value "`./kubectl get ingress/${TF_VAR_application}-ingress -n ${TF_VAR_application} -o jsonpath --template='{.status.loadBalancer.ingress[0].hostname}'`" --overwrite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment