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.
1 parent 0076892 commit 0f606aaCopy full SHA for 0f606aa
extras/cloudsql-multicluster/tls-for-mci.md
@@ -22,7 +22,7 @@ created in the [Multi Cluster Bank of Anthos with Cloud SQL](README.md) guide.
22
certificate.
23
```sh
24
gcloud compute addresses create boa-multi-cluster-ip --global
25
-STATIC_IP=`gcloud compute addresses describe boa-multi-cluster-ip --global --format="value(address)"`
+export STATIC_IP=`gcloud compute addresses describe boa-multi-cluster-ip --global --format="value(address)"`
26
27
echo $STATIC_IP
28
```
0 commit comments