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
Browse filesBrowse the repository at this point in the historyBrowse files
authored
feat(telemetrylink): add enabled field to telemetry link resource and … (#1698)
* feat(telemetrylink): add enable field to telemetry link resource and datasource
* make generate docs run
* address review comments on testing enabled field
* fix: remove duplicated comment
---------
Co-authored-by: Sueeda Oezkaya <sueeda.oezkaya@digits.schwarz>
Co-authored-by: Gökce Gök Klingel <161626272+GokceGK@users.noreply.github.com>
Copy file name to clipboardExpand all lines: docs/data-sources/telemetrylink.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ data "stackit_telemetrylink" "link" {
37
37
-`create_time` (String) The time the Telemetry Link was created.
38
38
-`description` (String) The description of the Telemetry Link resource.
39
39
-`display_name` (String) The displayed name of the Telemetry Link resource.
40
+
-`enabled` (Boolean) Whether the Telemetry Link is enabled or not.
40
41
-`id` (String) Terraform's internal resource identifier. It is structured as "`resource_type`, `resource_id`,`region`".
41
42
-`status` (String, Deprecated) The status of the TelemetryLink, possible values: Possible values are: `active`, `inactive`, `failed`, `reconciling`, `deleting`.
42
43
-`telemetry_router_id` (String) The Telemetry Router ID.
-`access_token_wo` (String, Sensitive, [Write-only](https://developer.hashicorp.com/terraform/language/resources/ephemeral#write-only-arguments)) The access token of the Telemetry Router instance. Write-only - never stored in state and never returned by the API. To rotate the token, update this value AND increment `access_token_wo_version`. Changing this field alone will NOT trigger an update.
55
55
-`access_token_wo_version` (Number) User-managed rotation counter for `access_token_wo`. Must be incremented every time `access_token_wo` is changed. Terraform diffs this field to detect token rotations - changing `access_token_wo` alone will NOT trigger an update because it is write-only and never stored in state.
56
56
-`description` (String) The description of the Telemetry Link resource.
57
+
-`enabled` (Boolean) Whether the Telemetry Link is enabled or not.
57
58
-`region` (String) STACKIT region name the resource is located in. If not defined, the provider region is used.
0 commit comments