Skip to content

Commit dc55311

Browse files
netapp_volume_group_oracle/netapp_volume_group_sap_hana - service_level now supports Flexible (hashicorp#31508)
1 parent d816d62 commit dc55311

4 files changed

Lines changed: 4 additions & 2 deletions

File tree

internal/services/netapp/netapp_volume_group_oracle_resource.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ func (r NetAppVolumeGroupOracleResource) Arguments() map[string]*pluginsdk.Schem
131131
string(volumegroups.ServiceLevelPremium),
132132
string(volumegroups.ServiceLevelStandard),
133133
string(volumegroups.ServiceLevelUltra),
134+
string(volumegroups.ServiceLevelFlexible),
134135
}, false),
135136
},
136137

internal/services/netapp/netapp_volume_group_sap_hana_resource.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ func (r NetAppVolumeGroupSAPHanaResource) Arguments() map[string]*pluginsdk.Sche
130130
string(volumegroups.ServiceLevelPremium),
131131
string(volumegroups.ServiceLevelStandard),
132132
string(volumegroups.ServiceLevelUltra),
133+
string(volumegroups.ServiceLevelFlexible),
133134
}, false),
134135
},
135136

website/docs/r/netapp_volume_group_oracle.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ A `volume` block supports the following:
362362

363363
* `security_style` - (Required) Volume security style. Possible values are `ntfs` and `unix`. Changing this forces a new Application Volume Group to be created and data will be lost.
364364

365-
* `service_level` - (Required) Volume security style. Possible values are `Premium`, `Standard` and `Ultra`. Changing this forces a new Application Volume Group to be created and data will be lost.
365+
* `service_level` - (Required) Volume security style. Possible values are `Premium`, `Standard`, `Ultra` and `Flexible`. Changing this forces a new Application Volume Group to be created and data will be lost.
366366

367367
* `snapshot_directory_visible` - (Required) Specifies whether the .snapshot (NFS clients) path of a volume is visible. Changing this forces a new Application Volume Group to be created and data will be lost.
368368

website/docs/r/netapp_volume_group_sap_hana.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ A `volume` block supports the following:
275275

276276
* `security_style` - (Required) Volume security style. Possible values are `ntfs` and `unix`. Changing this forces a new Application Volume Group to be created and data will be lost.
277277

278-
* `service_level` - (Required) Volume security style. Possible values are `Premium`, `Standard` and `Ultra`. Changing this forces a new Application Volume Group to be created and data will be lost.
278+
* `service_level` - (Required) Volume security style. Possible values are `Premium`, `Standard`, `Ultra` and `Flexible`. Changing this forces a new Application Volume Group to be created and data will be lost.
279279

280280
* `snapshot_directory_visible` - (Required) Specifies whether the .snapshot (NFS clients) path of a volume is visible. Changing this forces a new Application Volume Group to be created and data will be lost.
281281

0 commit comments

Comments
 (0)