Skip to content

Commit

Permalink
Fixes documentation of vpc_ip_subnetworks in google_access_context_ma…
Browse files Browse the repository at this point in the history
…… (#12333) (#8897)

[upstream:dd1aae63d3f051ff455c211e7d5ac5175864c7ac]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Dec 12, 2024
1 parent 3096ed7 commit b9bf787
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changelog/12333.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
```release-note:none
```
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ Format: accessPolicies/{policy_id}/accessLevels/{short_name}`,
"vpc_ip_subnetworks": {
Type: schema.TypeList,
Optional: true,
Description: `CIDR block IP subnetwork specification. Must be IPv4.`,
Description: `A list of CIDR block IP subnetwork specification. Must be IPv4.`,
Elem: &schema.Schema{
Type: schema.TypeString,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ The following arguments are supported:

* `vpc_ip_subnetworks` -
(Optional)
CIDR block IP subnetwork specification. Must be IPv4.
A list of CIDR block IP subnetwork specification. Must be IPv4.

<a name="nested_custom"></a>The `custom` block supports:

Expand Down

0 comments on commit b9bf787

Please sign in to comment.