Skip to content

Commit d8270ac

Browse files
changed support of SLASH_22 (#4966) (#3424)
Signed-off-by: Modular Magician <[email protected]>
1 parent e6cbadf commit d8270ac

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.changelog/4966.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:enhancement
2+
Added SLASH_22 support for `peering_cidr_range` on `google_apigee_instance`
3+
```

google-beta/resource_apigee_instance.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ Use the following format: 'projects/([^/]+)/locations/([^/]+)/keyRings/([^/]+)/c
8585
Type: schema.TypeString,
8686
Optional: true,
8787
ForceNew: true,
88-
ValidateFunc: validation.StringInSlice([]string{"SLASH_16", "SLASH_20", "SLASH_23", ""}, false),
89-
Description: `The size of the CIDR block range that will be reserved by the instance. Possible values: ["SLASH_16", "SLASH_20", "SLASH_23"]`,
88+
ValidateFunc: validation.StringInSlice([]string{"SLASH_16", "SLASH_20", "SLASH_22", ""}, false),
89+
Description: `The size of the CIDR block range that will be reserved by the instance. Possible values: ["SLASH_16", "SLASH_20", "SLASH_22"]`,
9090
},
9191
"host": {
9292
Type: schema.TypeString,

website/docs/r/apigee_instance.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ The following arguments are supported:
172172
* `peering_cidr_range` -
173173
(Optional)
174174
The size of the CIDR block range that will be reserved by the instance.
175-
Possible values are `SLASH_16`, `SLASH_20`, and `SLASH_23`.
175+
Possible values are `SLASH_16`, `SLASH_20`, and `SLASH_22`.
176176

177177
* `description` -
178178
(Optional)

0 commit comments

Comments
 (0)