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/registry_namespace.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -32,8 +32,6 @@ data "scaleway_registry_namespace" "my_namespace" {
32
32
33
33
-`region` - (Defaults to [provider](../index.md#region)`region`) The [region](../guides/regions_and_zones.md#regions) in which the namespace exists.
34
34
35
-
-`organization_id` - (Defaults to [provider](../index.md#organization_id)`organization_id`) The ID of the organization the namespace is associated with.
36
-
37
35
-`project_id` - (Defaults to [provider](../index.md#project_id)`project_id`) The ID of the project the namespace is associated with.
38
36
39
37
## Attributes Reference
@@ -43,3 +41,4 @@ In addition to all above arguments, the following attributes are exported:
43
41
-`id` - The ID of the Registry Namespace.
44
42
-`is_public` - The Namespace Privacy Policy: whether or not the images are public.
45
43
-`endpoint` - The endpoint of the Registry Namespace.
44
+
-`organization_id` - The organization ID the namespace is associated with.
Click on the "Generate new token" button to create them. Giving it a friendly-name is recommended.
108
+
need to create a new one in the section "API Keys" of the[Scaleway console](https://console.scaleway.com/project/credentials).
109
+
Click on the "Generate new API key" button to create them.
110
+
Giving it a friendly-name is recommended.
111
111
112
112
The Scaleway provider offers three ways of providing these credentials.
113
113
The following methods are supported, in this priority order:
@@ -163,14 +163,13 @@ You can find more information about this configuration [in the documentation](ht
163
163
164
164
In addition to [generic provider arguments](https://www.terraform.io/docs/configuration/providers.html) (e.g. `alias` and `version`), the following arguments are supported in the Scaleway provider block:
|`organization_id`|`SCW_DEFAULT_ORGANIZATION_ID`| The [organization ID](https://console.scaleway.com/account/organization/profile) that will be used as default value for all resources. ||
171
-
|`project_id`|`SCW_DEFAULT_PROJECT_ID`| The [project ID](https://console.scaleway.com/project/settings) that will be used as default value for all resources. ||
172
-
|`region`|`SCW_DEFAULT_REGION`| The [region](./guides/regions_and_zones.md#regions) that will be used as default value for all resources. ||
173
-
|`zone`|`SCW_DEFAULT_ZONE`| The [zone](./guides/regions_and_zones.md#zones) that will be used as default value for all resources. ||
|`project_id`|`SCW_DEFAULT_PROJECT_ID`| The [project ID](https://console.scaleway.com/project/settings) that will be used as default value for all resources. | ✅ |
171
+
|`region`|`SCW_DEFAULT_REGION`| The [region](./guides/regions_and_zones.md#regions) that will be used as default value for all resources. (`fr-par` if none specified) ||
172
+
|`zone`|`SCW_DEFAULT_ZONE`| The [zone](./guides/regions_and_zones.md#zones) that will be used as default value for all resources. (`fr-par-1` if none specified) ||
174
173
175
174
## Store terraform state on Scaleway S3-compatible object storage
176
175
@@ -192,7 +191,7 @@ terraform {
192
191
}
193
192
```
194
193
195
-
Beware as no locking mechanism are yet supported.
194
+
Be careful as no locking mechanism are yet supported.
196
195
Using scaleway object storage as terraform backend is not suitable if you work in a team with a risk of simultaneous access to the same plan.
197
196
198
197
Note: For security reason it's not recommended to store secrets in terraform files.
Copy file name to clipboardexpand all lines: docs/resources/instance_placement_group.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,6 @@ The following arguments are supported:
22
22
-`policy_type` - (Defaults to `max_availability`) The [policy type](https://developers.scaleway.com/en/products/instance/api/#placement-groups-d8f653) of the placement group. Possible values are: `low_latency` or `max_availability`.
23
23
-`policy_mode` - (Defaults to `optional`) The [policy mode](https://developers.scaleway.com/en/products/instance/api/#placement-groups-d8f653) of the placement group. Possible values are: `optional` or `enforced`.
24
24
-`zone` - (Defaults to [provider](../index.md#zone)`zone`) The [zone](../guides/regions_and_zones.md#zones) in which the placement group should be created.
25
-
-`organization_id` - (Defaults to [provider](../index.md#organization_id)`organization_id`) The ID of the organization the placement group is associated with.
26
25
-`project_id` - (Defaults to [provider](../index.md#project_id)`project_id`) The ID of the project the placement group is associated with.
27
26
28
27
## Attributes Reference
@@ -31,6 +30,7 @@ In addition to all above arguments, the following attributes are exported:
31
30
32
31
-`id` - The ID of the placement group.
33
32
-`policy_respected` - Is true when the policy is respected.
33
+
-`organization_id` - The organization ID the placement group is associated with.
Copy file name to clipboardexpand all lines: docs/resources/instance_security_group.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,6 @@ The following arguments are supported:
116
116
117
117
-`zone` - (Defaults to [provider](../index.md#zone)`zone`) The [zone](../guides/regions_and_zones.md#zones) in which the security group should be created.
118
118
119
-
-`organization_id` - (Defaults to [provider](../index.md#organization_id)`organization_id`) The ID of the organization the security group is associated with.
120
119
121
120
-`project_id` - (Defaults to [provider](../index.md#project_id)`project_id`) The ID of the project the security group is associated with.
122
121
@@ -144,6 +143,7 @@ The `inbound_rule` and `outbound_rule` block supports:
144
143
In addition to all above arguments, the following attributes are exported:
145
144
146
145
-`id` - The ID of the security group.
146
+
-`organization_id` - The organization ID the security group is associated with.
Copy file name to clipboardexpand all lines: docs/resources/instance_volume.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,8 @@ description: |-
6
6
7
7
# scaleway_instance_volume
8
8
9
-
Creates and manages Scaleway Compute Instance Volumes. For more information, see [the documentation](https://developers.scaleway.com/en/products/instance/api/#volumes-7e8a39).
9
+
Creates and manages Scaleway Compute Instance Volumes.
10
+
For more information, see [the documentation](https://developers.scaleway.com/en/products/instance/api/#volumes-7e8a39).
10
11
11
12
## Example
12
13
@@ -28,7 +29,6 @@ The following arguments are supported:
28
29
-``from_snapshot_id`` - (Optional) If set, the new volume will be created from this snapshot. Only one of `size_in_gb`, `from_volume_id` and `from_snapshot_id` should be specified.
29
30
-`name` - (Optional) The name of the volume. If not provided it will be randomly generated.
30
31
-`zone` - (Defaults to [provider](../index.md#zone)`zone`) The [zone](../guides/regions_and_zones.md#zones) in which the volume should be created.
31
-
-`organization_id` - (Defaults to [provider](../index.md#organization_id)`organization_id`) The ID of the organization the volume is associated with.
32
32
-`project_id` - (Defaults to [provider](../index.md#project_id)`project_id`) The ID of the project the volume is associated with.
33
33
34
34
## Attributes Reference
@@ -37,6 +37,7 @@ In addition to all above arguments, the following attributes are exported:
37
37
38
38
-`id` - The ID of the volume.
39
39
-`server_id` - The id of the associated server.
40
+
-`organization_id` - The organization ID the volume is associated with.
Copy file name to clipboardexpand all lines: docs/resources/k8s_cluster.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -157,7 +157,6 @@ The following arguments are supported:
157
157
158
158
-`region` - (Defaults to [provider](../index.md#region)`region`) The [region](../guides/regions_and_zones.md#regions) in which the cluster should be created.
159
159
160
-
-`organization_id` - (Defaults to [provider](../index.md#organization_id)`organization_id`) The ID of the organization the cluster is associated with.
161
160
162
161
-`project_id` - (Defaults to [provider](../index.md#project_id)`project_id`) The ID of the project the cluster is associated with.
163
162
@@ -178,6 +177,7 @@ In addition to all above arguments, the following attributes are exported:
178
177
-`token` - The token to connect to the Kubernetes API server.
179
178
-`status` - The status of the Kubernetes cluster.
180
179
-`upgrade_available` - Set to `true` if a newer Kubernetes version is available.
180
+
-`organization_id` - The organization ID the cluster is associated with.
Copy file name to clipboardexpand all lines: docs/resources/lb.md
+3-4
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,8 @@ description: |-
6
6
7
7
# scaleway_lb
8
8
9
-
-> **Note:** This terraform resource is flagged beta and might include breaking change in future releases.
10
-
11
-
Creates and manages Scaleway Load-Balancers. For more information, see [the documentation](https://developers.scaleway.com/en/products/lb/api).
9
+
Creates and manages Scaleway Load-Balancers.
10
+
For more information, see [the documentation](https://developers.scaleway.com/en/products/lb/api).
12
11
13
12
## Examples
14
13
@@ -43,7 +42,6 @@ The following arguments are supported:
43
42
44
43
-`region` - (Defaults to [provider](../index.md#region)`region`) The [region](../guides/regions_and_zones.md#regions) in which the load-balancer should be created.
45
44
46
-
-`organization_id` - (Defaults to [provider](../index.md#organization_id)`organization_id`) The ID of the organization the load-balancer is associated with.
47
45
48
46
-`project_id` - (Defaults to [provider](../index.md#project_id)`project_id`) The ID of the project the load-balancer is associated with.
49
47
@@ -53,6 +51,7 @@ In addition to all arguments above, the following attributes are exported:
53
51
54
52
-`id` - The ID of the load-balancer.
55
53
-`ip_address` - The load-balance public IP Address
54
+
-`organization_id` - The organization ID the load-balancer is associated with.
Copy file name to clipboardexpand all lines: docs/resources/lb_backend.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,8 @@ description: |-
6
6
7
7
# scaleway_lb_backend
8
8
9
-
-> **Note:** This terraform resource is flagged beta and might include breaking change in future releases.
10
-
11
-
Creates and manages Scaleway Load-Balancer Backends. For more information, see [the documentation](https://developers.scaleway.com/en/products/lb/api).
9
+
Creates and manages Scaleway Load-Balancer Backends.
10
+
For more information, see [the documentation](https://developers.scaleway.com/en/products/lb/api).
0 commit comments