Skip to content

Commit

Permalink
revert back to contiguous (ansible#62301)
Browse files Browse the repository at this point in the history
(cherry picked from commit f6a51b3)
  • Loading branch information
samccann committed Sep 13, 2019
1 parent b6335a7 commit bfe66c6
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 bfe66c6

Please sign in to comment.