Skip to content

Commit 1e04d77

Browse files
Regional tier support for Filestore. (#9422) (#6783)
[upstream:c5120e788da983067e041bb9b235b8643abcc47d] Signed-off-by: Modular Magician <[email protected]>
1 parent dae9c80 commit 1e04d77

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

.changelog/9422.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
filestore: added support for the `"REGIONAL"` value to `tier` in `google_filestore_instance`
3+
```

.teamcity/components/generated/packages.kt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ var packages = mapOf(
1212
"displayName" to "Environment Variables",
1313
"path" to "./google-beta/envvar"
1414
),
15-
"fwmodels" to mapOf(
16-
"name" to "fwmodels",
17-
"displayName" to "Framework Models",
18-
"path" to "./google-beta/fwmodels"
19-
),
2015
"fwprovider" to mapOf(
2116
"name" to "fwprovider",
2217
"displayName" to "Framework Provider",

google-beta/services/filestore/resource_filestore_instance.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ addresses reserved for this instance.`,
213213
Required: true,
214214
ForceNew: true,
215215
Description: `The service tier of the instance.
216-
Possible values include: STANDARD, PREMIUM, BASIC_HDD, BASIC_SSD, HIGH_SCALE_SSD, ZONAL and ENTERPRISE`,
216+
Possible values include: STANDARD, PREMIUM, BASIC_HDD, BASIC_SSD, HIGH_SCALE_SSD, ZONAL, REGIONAL and ENTERPRISE`,
217217
},
218218
"description": {
219219
Type: schema.TypeString,

website/docs/r/filestore_instance.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ The following arguments are supported:
140140
* `tier` -
141141
(Required)
142142
The service tier of the instance.
143-
Possible values include: STANDARD, PREMIUM, BASIC_HDD, BASIC_SSD, HIGH_SCALE_SSD, ZONAL and ENTERPRISE
143+
Possible values include: STANDARD, PREMIUM, BASIC_HDD, BASIC_SSD, HIGH_SCALE_SSD, ZONAL, REGIONAL and ENTERPRISE
144144

145145
* `file_shares` -
146146
(Required)

0 commit comments

Comments
 (0)