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/service_deployment.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,9 +83,10 @@ Optional:
83
83
84
84
-`chart` (String) The name of the chart to use.
85
85
-`repository` (Attributes) Resource reference to the flux Helm repository used by this chart. (see [below for nested schema](#nestedatt--helm--repository))
86
+
-`url` (String) Helm repository URL to use.
86
87
-`values` (String) Helm values file to use with this service.
87
88
-`values_files` (Set of String) List of relative paths to values files to use form Helm applies.
A one-time-viewable secret shared with a list of eligible users.
7
+
---
8
+
9
+
# plural_shared_secret (Resource)
10
+
11
+
A one-time-viewable secret shared with a list of eligible users.
12
+
13
+
14
+
15
+
<!-- schema generated by tfplugindocs -->
16
+
## Schema
17
+
18
+
### Required
19
+
20
+
-`name` (String) The name of this shared secret.
21
+
-`secret` (String, Sensitive) Content of this shared secret.
22
+
23
+
### Optional
24
+
25
+
-`notification_bindings` (Attributes Set) The users/groups you want this secret to be delivered to. (see [below for nested schema](#nestedatt--notification_bindings))
0 commit comments