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
+2
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,8 @@ data "scaleway_registry_namespace" "my_namespace" {
34
34
35
35
-`organization_id` - (Defaults to [provider](../index.md#organization_id)`organization_id`) The ID of the organization the namespace is associated with.
36
36
37
+
-`project_id` - (Defaults to [provider](../index.md#project_id)`project_id`) The ID of the project the namespace is associated with.
38
+
37
39
## Attributes Reference
38
40
39
41
In addition to all above arguments, the following attributes are exported:
Copy file name to clipboardexpand all lines: docs/resources/registry_namespace.md
+12-9
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,8 @@ description: |-
6
6
7
7
# scaleway_registry_namespace
8
8
9
-
Creates and manages Scaleway Container Registry. For more information see [the documentation](https://developers.scaleway.com/en/products/registry/api/).
9
+
Creates and manages Scaleway Container Registry.
10
+
For more information see [the documentation](https://developers.scaleway.com/en/products/registry/api/).
-`name` - (Required) The unique name of the container registry namespace.
28
+
-`name` - (Required) The unique name of the namespace.
28
29
29
30
~> **Important** Updates to `name` will recreate the namespace.
30
31
31
-
-`description` (Optional) The description of the container registry namespace.
32
+
-`description` (Optional) The description of the namespace.
32
33
33
-
-`is_public` (Defaults to `false`) Whether or not the registry images stored in the namespace should be downloadable publicly (docker pull).
34
+
-`is_public` (Defaults to `false`) Whether the images stored in the namespace should be downloadable publicly (docker pull).
34
35
35
-
-`region` - (Defaults to [provider](../index.md#region)`region`). The [region](../guides/regions_and_zones.md#regions) in which the container registry namespace should be created.
36
+
-`region` - (Defaults to [provider](../index.md#region)`region`). The [region](../guides/regions_and_zones.md#regions) in which the namespace should be created.
36
37
37
-
-`organization_id` - (Defaults to [provider](../index.md#organization_id)`organization_id`) The ID of the organization the registry is associated with.
38
+
-`organization_id` - (Defaults to [provider](../index.md#organization_id)`organization_id`) The ID of the organization the namespace is associated with.
39
+
40
+
-`project_id` - (Defaults to [provider](../index.md#project_id)`project_id`) The ID of the project the namespace is associated with.
38
41
39
42
## Attributes Reference
40
43
41
-
In addition to all arguments above, the following attibutes are exported:
44
+
In addition to all arguments above, the following attributes are exported:
42
45
43
46
-`id` - The ID of the namespace
44
-
-`endpoint` - Endpoint reachable by docker.
47
+
-`endpoint` - Endpoint reachable by Docker.
45
48
46
49
## Import
47
50
48
-
Container Registry Namespace can be imported using the `{region}/{id}`, eg.
51
+
Namespaces can be imported using the `{region}/{id}`, e.g.
0 commit comments