Skip to content

Commit

Permalink
revert back to contiguous (#62301)
Browse files Browse the repository at this point in the history
  • Loading branch information
samccann authored and acozine committed Sep 13, 2019
1 parent d933278 commit f6a51b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/google/gcp_compute_subnetwork.py
Expand Up @@ -40,7 +40,7 @@
other resources to communicate with each other via internal, private IP addresses.
- Each VPC network is subdivided into subnets, and each subnet is contained within
a single region. You can have more than one subnet in a region for a given VPC network.
Each subnet has a continuous private RFC1918 IP space. You create instances, containers,
Each subnet has a contiguous private RFC1918 IP space. You create instances, containers,
and the like in these subnets.
- When you create an instance, you must create it in a subnet, and the instance draws
its internal IP address from that subnet.
Expand Down

0 comments on commit f6a51b3

Please sign in to comment.