You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/data-sources/sfs_resource_pool.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ data "stackit_sfs_resource_pool" "resourcepool" {
38
38
39
39
-`availability_zone` (String) Availability zone.
40
40
-`id` (String) Terraform's internal resource ID. It is structured as "`project_id`,`resource_pool_id`".
41
-
-`ip_acl` (List of String) SFS resource pool. Must have a region specified in the provider configuration.
41
+
-`ip_acl` (List of String) List of IPs that can mount the resource pool in read-only; IPs must have a subnet mask (e.g. "172.16.0.0/24" for a range of IPs, or "172.16.0.250/32" for a specific IP).
42
42
-`name` (String) Name of the resource pool.
43
43
-`performance_class` (String) Name of the performance class.
44
44
-`performance_class_downgradable_at` (String) Time when the performance class can be downgraded again.
Copy file name to clipboardExpand all lines: docs/data-sources/sfs_share.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,13 @@
3
3
page_title: "stackit_sfs_share Data Source - stackit"
4
4
subcategory: ""
5
5
description: |-
6
-
NFS-Share datasource schema. Must have a region specified in the provider configuration.
6
+
SFS Share schema. Must have a region specified in the provider configuration.
7
7
~> This datasource is in beta and may be subject to breaking changes in the future. Use with caution. See our guide https://registry.terraform.io/providers/stackitcloud/stackit/latest/docs/guides/opting_into_beta_resources for how to opt-in to use beta resources.
8
8
---
9
9
10
10
# stackit_sfs_share (Data Source)
11
11
12
-
NFS-Share datasource schema. Must have a `region` specified in the provider configuration.
12
+
SFS Share schema. Must have a `region` specified in the provider configuration.
13
13
14
14
~> This datasource is in beta and may be subject to breaking changes in the future. Use with caution. See our [guide](https://registry.terraform.io/providers/stackitcloud/stackit/latest/docs/guides/opting_into_beta_resources) for how to opt-in to use beta resources.
15
15
@@ -29,7 +29,7 @@ data "stackit_sfs_share" "example" {
29
29
### Required
30
30
31
31
-`project_id` (String) STACKIT project ID to which the share is associated.
32
-
-`resource_pool_id` (String) The ID of the resource pool for the NFS share.
32
+
-`resource_pool_id` (String) The ID of the resource pool for the SFS share.
Resource-pool resource schema. Must have a region specified in the provider configuration.
7
-
SFS resource pool. Must have a region specified in the provider configuration.
8
7
~> This resource is in beta and may be subject to breaking changes in the future. Use with caution. See our guide https://registry.terraform.io/providers/stackitcloud/stackit/latest/docs/guides/opting_into_beta_resources for how to opt-in to use beta resources.
9
8
---
10
9
11
10
# stackit_sfs_resource_pool (Resource)
12
11
13
12
Resource-pool resource schema. Must have a `region` specified in the provider configuration.
14
-
SFS resource pool. Must have a region specified in the provider configuration.
15
-
16
13
17
14
~> This resource is in beta and may be subject to breaking changes in the future. Use with caution. See our [guide](https://registry.terraform.io/providers/stackitcloud/stackit/latest/docs/guides/opting_into_beta_resources) for how to opt-in to use beta resources.
-`ip_acl` (List of String) SFS resource pool. Must have a region specified in the provider configuration.
45
+
-`ip_acl` (List of String) List of IPs that can mount the resource pool in read-only; IPs must have a subnet mask (e.g. "172.16.0.0/24" for a range of IPs, or "172.16.0.250/32" for a specific IP).
43
46
-`name` (String) Name of the resource pool.
44
47
-`performance_class` (String) Name of the performance class.
45
48
-`project_id` (String) STACKIT project ID to which the resource pool is associated.
SFS Shares. Must have a region specified in the provider configuration.
6
+
SFS Share schema. Must have a region specified in the provider configuration.
7
7
~> This resource is in beta and may be subject to breaking changes in the future. Use with caution. See our guide https://registry.terraform.io/providers/stackitcloud/stackit/latest/docs/guides/opting_into_beta_resources for how to opt-in to use beta resources.
8
8
---
9
9
10
10
# stackit_sfs_share (Resource)
11
11
12
-
SFS Shares. Must have a region specified in the provider configuration.
13
-
12
+
SFS Share schema. Must have a `region` specified in the provider configuration.
14
13
15
14
~> This resource is in beta and may be subject to breaking changes in the future. Use with caution. See our [guide](https://registry.terraform.io/providers/stackitcloud/stackit/latest/docs/guides/opting_into_beta_resources) for how to opt-in to use beta resources.
0 commit comments