Skip to content

Commit

Permalink
Update README.md (pulumi#1278)
Browse files Browse the repository at this point in the history
change public_ip to nginx_public_ip in README.md
  • Loading branch information
palladius committed Sep 13, 2022
1 parent 4562be3 commit 5616987
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gcp-py-network-component/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,14 @@ can be composed into a higher-level, reusable abstraction.
1. Get the IP address of the newly-created instance from the stack's outputs:

```bash
$ pulumi stack output public_ip
$ pulumi stack output nginx_public_ip
13.64.196.146
```

1. Check to see that your server is now running:

```bash
$ curl http:https://$(pulumi stack output public_ip)
$ curl http:https://$(pulumi stack output nginx_public_ip)
Powered by Pulumi!
```

Expand All @@ -121,7 +121,7 @@ can be composed into a higher-level, reusable abstraction.

Outputs:
- network : "demo-7a734d7"
- public_ip: "34.66.58.210"
- nginx_public_ip: "34.66.58.210"

Resources:
- 11 to delete
Expand All @@ -143,7 +143,7 @@ can be composed into a higher-level, reusable abstraction.

Outputs:
- network : "demo-7a734d7"
- public_ip: "34.66.58.210"
- nginx_public_ip: "34.66.58.210"

Resources:
- 11 deleted
Expand Down

0 comments on commit 5616987

Please sign in to comment.