Skip to content

Commit

Permalink
use resource names that are allowed by GCP in service networking docs (
Browse files Browse the repository at this point in the history
…#3685)

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored and danawillow committed May 21, 2019
1 parent 246ef48 commit a20d2eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/service_networking_connection.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ and

```hcl
resource "google_compute_network" "peering_network" {
name = "peering_network"
name = "peering-network"
}
resource "google_compute_global_address" "private_ip_alloc" {
name = "private_ip_alloc"
name = "private-ip-alloc"
purpose = "VPC_PEERING"
address_type = "INTERNAL"
prefix_length = 16
Expand Down

0 comments on commit a20d2eb

Please sign in to comment.