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/resourcemanager_folder.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,9 @@ data "stackit_resourcemanager_folder" "example" {
27
27
28
28
### Read-Only
29
29
30
+
-`creation_time` (String) Date-time at which the folder was created.
30
31
-`id` (String) Terraform's internal resource ID. It is structured as "`container_id`".
31
32
-`labels` (Map of String) Labels are key-value string pairs which can be attached to a resource container. A label key must match the regex [A-ZÄÜÖa-zäüöß0-9_-]{1,64}. A label value must match the regex ^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}.
32
33
-`name` (String) The name of the folder.
33
34
-`parent_container_id` (String) Parent resource identifier. Both container ID (user-friendly) and UUID are supported.
35
+
-`update_time` (String) Date-time at which the folder was last modified.
Copy file name to clipboardExpand all lines: docs/data-sources/resourcemanager_project.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,9 @@ data "stackit_resourcemanager_project" "example" {
29
29
30
30
### Read-Only
31
31
32
+
-`creation_time` (String) Date-time at which the folder was created.
32
33
-`id` (String) Terraform's internal data source. ID. It is structured as "`container_id`".
33
34
-`labels` (Map of String) Labels are key-value string pairs which can be attached to a resource container. A label key must match the regex [A-ZÄÜÖa-zäüöß0-9_-]{1,64}. A label value must match the regex ^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}
34
35
-`name` (String) Project name.
35
36
-`parent_container_id` (String) Parent resource identifier. Both container ID (user-friendly) and UUID are supported
37
+
-`update_time` (String) Date-time at which the folder was last modified.
"labels": "Labels are key-value string pairs which can be attached to a resource container. A label key must match the regex [A-ZÄÜÖa-zäüöß0-9_-]{1,64}. A label value must match the regex ^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}.",
73
73
"owner_email": "Email address of the owner of the folder. This value is only considered during creation. Changing it afterwards will have no effect.",
74
+
"creation_time": "Date-time at which the folder was created.",
75
+
"update_time": "Date-time at which the folder was last modified.",
"labels": "Labels are key-value string pairs which can be attached to a resource container. A label key must match the regex [A-ZÄÜÖa-zäüöß0-9_-]{1,64}. A label value must match the regex ^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}.",
103
105
"owner_email": "Email address of the owner of the folder. This value is only considered during creation. Changing it afterwards will have no effect.",
106
+
"creation_time": "Date-time at which the folder was created.",
107
+
"update_time": "Date-time at which the folder was last modified.",
0 commit comments