diff --git a/deployment/README.md b/deployment/README.md index 6a536597..cd33bb2b 100644 --- a/deployment/README.md +++ b/deployment/README.md @@ -10,6 +10,8 @@ The logic for the deployment workflow is encapsulated in the [bin/deploy](bin/de scripts/console --deploy ``` +To have access to the remote backend terraform state, the identity (App Registration in CI, or local corp credential if local) will need to have the `Storage Blob Data Owner` role on the `pctesttfstate` storage account. + ## Manual resources ### Deployment secrets Key Vault diff --git a/deployment/bin/deploy b/deployment/bin/deploy index 46f8bacb..1d689580 100755 --- a/deployment/bin/deploy +++ b/deployment/bin/deploy @@ -163,7 +163,6 @@ if [ "${BASH_SOURCE[0]}" = "${0}" ]; then --wait \ --timeout 2m0s \ -f ${DEPLOY_VALUES_FILE} \ - --debug echo "================" echo "==== Tiler =====" @@ -176,7 +175,6 @@ if [ "${BASH_SOURCE[0]}" = "${0}" ]; then --wait \ --timeout 2m0s \ -f ${DEPLOY_VALUES_FILE} \ - --debug echo "==================" echo "==== Ingress ====="