make subnetwork region forcenew and update its description (#3599) (#233)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2020-06-03 10:59:24 -07:00 committed by GitHub
parent a62520a428
commit 215727fbd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -132,7 +132,7 @@ options:
type: bool
region:
description:
- URL of the GCP region for this subnetwork.
- The GCP region for this subnetwork.
required: true
type: str
project:
@ -289,7 +289,7 @@ privateIpGoogleAccess:
type: bool
region:
description:
- URL of the GCP region for this subnetwork.
- The GCP region for this subnetwork.
returned: success
type: str
'''

View file

@ -48,7 +48,7 @@ options:
type: list
region:
description:
- URL of the GCP region for this subnetwork.
- The GCP region for this subnetwork.
required: true
type: str
project:
@ -196,7 +196,7 @@ resources:
type: bool
region:
description:
- URL of the GCP region for this subnetwork.
- The GCP region for this subnetwork.
returned: success
type: str
'''