Update 03-compute-resources.md

Updated with latest version of output returned by the `gcloud compute addresses list...` command example
pull/557/head
Chris Almond 2020-02-23 09:31:52 -08:00 committed by GitHub
parent 5c462220b7
commit f8277c8bf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -86,8 +86,8 @@ gcloud compute addresses list --filter="name=('kubernetes-the-hard-way')"
> output
```
NAME REGION ADDRESS STATUS
kubernetes-the-hard-way us-west1 XX.XXX.XXX.XX RESERVED
NAME ADDRESS/RANGE TYPE PURPOSE NETWORK REGION SUBNET STATUS
kubernetes-the-hard-way XX.XXX.XXX.XX EXTERNAL us-west1 RESERVED
```
## Compute Instances