Created
January 7, 2020 16:26
-
-
Save phivid/10a5852ced1d02a6e4622ab668432958 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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