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
~> 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 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.
-`project_id` (String) STACKIT project ID associated with the service account token.
70
+
-`service_account_email` (String) Email address linked to the service account.
71
+
72
+
### Optional
73
+
74
+
-`rotate_when_changed` (Map of String) A map of arbitrary key/value pairs that will force recreation of the token when they change, enabling token rotation based on external conditions such as a rotating timestamp. Changing this forces a new resource to be created.
75
+
-`ttl_days` (Number) Specifies the token's validity duration in days. If unspecified, defaults to 90 days.
76
+
77
+
### Read-Only
78
+
79
+
-`access_token_id` (String) Identifier for the access token linked to the service account.
80
+
-`active` (Boolean) Indicate whether the token is currently active or inactive
81
+
-`created_at` (String) Timestamp indicating when the access token was created.
82
+
-`id` (String) Terraform's internal resource identifier. It is structured as "`project_id`,`service_account_email`,`access_token_id`".
83
+
-`token` (String, Sensitive) JWT access token for API authentication. Prefixed by 'Bearer' and should be stored securely as it is irretrievable once lost.
84
+
-`valid_until` (String) Estimated expiration timestamp of the access token. For precise validity, check the JWT details.
0 commit comments