mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-02-13 16:00:37 -05:00
688 B
688 B
| page_title | subcategory | description |
|---|---|---|
| docker_secret Resource - terraform-provider-docker |
docker_secret (Resource)
Schema
Required
- data (String, Sensitive) Base64-url-safe-encoded secret data
- name (String) User-defined name of the secret
Optional
- id (String) The ID of this resource.
- labels (Block Set) (see below for nested schema)
Nested Schema for labels
Required:
- label (String) Name of the label
- value (String) Value of the label