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/git.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,11 @@ data "stackit_git" "git" {
32
32
33
33
### Read-Only
34
34
35
+
-`acl` (List of String) Restricted ACL for instance access.
36
+
-`consumed_disk` (String) How many bytes of disk space is consumed.
37
+
-`consumed_object_storage` (String) How many bytes of Object Storage is consumed.
38
+
-`created` (String) Instance creation timestamp in RFC3339 format.
39
+
-`flavor` (String) Instance flavor. If not provided, defaults to git-100. For a list of available flavors, refer to our API documentation: `https://docs.api.stackit.cloud/documentation/git/version/v1beta`
35
40
-`id` (String) Terraform's internal resource ID, structured as "`project_id`,`instance_id`".
36
41
-`name` (String) Unique name linked to the git instance.
~> 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.
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. This resource currently does not support updates. Changing the ACLs, flavor, or name will trigger resource recreation. Update functionality will be added soon. In the meantime, please proceed with caution. To update these attributes, please open a support ticket.
8
8
---
9
9
10
10
# stackit_git (Resource)
11
11
12
12
Git Instance resource schema.
13
13
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.
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. This resource currently does not support updates. Changing the ACLs, flavor, or name will trigger resource recreation. Update functionality will be added soon. In the meantime, please proceed with caution. To update these attributes, please open a support ticket.
-`name` (String) Unique name linked to the git instance.
31
40
-`project_id` (String) STACKIT project ID to which the git instance is associated.
32
41
42
+
### Optional
43
+
44
+
-`acl` (List of String) Restricted ACL for instance access.
45
+
-`flavor` (String) Instance flavor. If not provided, defaults to git-100. For a list of available flavors, refer to our API documentation: `https://docs.api.stackit.cloud/documentation/git/version/v1beta`
46
+
33
47
### Read-Only
34
48
49
+
-`consumed_disk` (String) How many bytes of disk space is consumed.
50
+
-`consumed_object_storage` (String) How many bytes of Object Storage is consumed.
51
+
-`created` (String) Instance creation timestamp in RFC3339 format.
35
52
-`id` (String) Terraform's internal resource ID, structured as "`project_id`,`instance_id`".
36
53
-`instance_id` (String) ID linked to the git instance.
0 commit comments