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/resources/secret.md
+1
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ The following arguments are supported:
26
26
27
27
-`name` - (Required) Name of the secret (e.g. `my-secret`).
28
28
-`path` - (Optional) Path of the secret, defaults to `/`.
29
+
-`protected` - (Optional) True if secret protection is enabled on the secret. A protected secret cannot be deleted, terraform will fail to destroy unless this is set to false.
29
30
-`description` - (Optional) Description of the secret (e.g. `my-new-description`).
30
31
-`tags` - (Optional) Tags of the secret (e.g. `["tag", "secret"]`).
31
32
-`region` - (Defaults to [provider](../index.md#region)`region`) The [region](../guides/regions_and_zones.md#regions)
0 commit comments