Skip to content

Commit 0f606aa

Browse files
committed
fix: export the env variable
1 parent 0076892 commit 0f606aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extras/cloudsql-multicluster/tls-for-mci.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ created in the [Multi Cluster Bank of Anthos with Cloud SQL](README.md) guide.
2222
certificate.
2323
```sh
2424
gcloud compute addresses create boa-multi-cluster-ip --global
25-
STATIC_IP=`gcloud compute addresses describe boa-multi-cluster-ip --global --format="value(address)"`
25+
export STATIC_IP=`gcloud compute addresses describe boa-multi-cluster-ip --global --format="value(address)"`
2626

2727
echo $STATIC_IP
2828
```

0 commit comments

Comments
 (0)