Skip to content

Commit 7334929

Browse files
author
Yago Carlos Fernandez Gou
committed
docs
1 parent dd3d63c commit 7334929

File tree

3 files changed

+5
-74
lines changed

3 files changed

+5
-74
lines changed

docs/data-sources/intake_runner.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ Datasource for STACKIT Intake Runner.
2020
- `project_id` (String) STACKIT Project ID to which the runner is associated.
2121
- `runner_id` (String) The runner ID.
2222

23+
### Optional
24+
25+
- `region` (String) The resource region. If not defined, the provider region is used.
26+
2327
### Read-Only
2428

2529
- `description` (String) The description of the runner.

docs/ephemeral-resources/access_token.md

Lines changed: 0 additions & 73 deletions
This file was deleted.

docs/resources/volume.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Required:
7272
Optional:
7373

7474
- `key_payload_base64` (String, Sensitive) Optional predefined secret, which will be encrypted against the key-encryption-key within the STACKIT-KMS. If not defined, a random secret will be generated by the API and encrypted against the STACKIT-KMS. If a key-payload is provided here, it must be base64 encoded.
75-
- `key_payload_base64_wo` (String, Sensitive, [Write-only](https://developer.hashicorp.com/terraform/language/resources/ephemeral#write-only-arguments)) Optional predefined secret, which will be encrypted against the key-encryption-key within the STACKIT-KMS. If not defined, a random secret will be generated by the API and encrypted against the STACKIT-KMS. If a key-payload is provided here, it must be base64 encoded.
75+
- `key_payload_base64_wo` (String, Sensitive) Optional predefined secret, which will be encrypted against the key-encryption-key within the STACKIT-KMS. If not defined, a random secret will be generated by the API and encrypted against the STACKIT-KMS. If a key-payload is provided here, it must be base64 encoded.
7676
- `key_payload_base64_wo_version` (Number) Used together with `key_payload_base64_wo` to trigger an re-create. Increment this value when an update to `key_payload_base64_wo` is required.
7777

7878

0 commit comments

Comments
 (0)