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
description="Determines whether the Helm release is created"
25
27
type=bool
26
28
default=true
29
+
nullable=false
27
30
}
28
31
29
32
variable"atomic" {
@@ -109,6 +112,7 @@ variable "max_history" {
109
112
description="Maximum number of release versions stored per release. Defaults to `5`"
110
113
type=number
111
114
default=5
115
+
nullable=false
112
116
}
113
117
114
118
variable"name" {
@@ -127,6 +131,7 @@ variable "pass_credentials" {
127
131
description="Pass credentials to all domains. Defaults to `true`"
128
132
type=bool
129
133
default=true
134
+
nullable=false
130
135
}
131
136
132
137
variable"postrender" {
@@ -272,6 +277,7 @@ variable "upgrade_install" {
272
277
description=" If true, the provider will install the release at the specified version even if a release not controlled by the provider is present: this is equivalent to running 'helm upgrade --install' with the Helm CLI. Defaults to `true`"
273
278
type=bool
274
279
default=true
280
+
nullable=false
275
281
}
276
282
277
283
variable"values" {
@@ -296,6 +302,7 @@ variable "wait" {
296
302
description="Will wait until all resources are in a ready state before marking the release as successful. If set to `true`, it will wait for as long as `timeout`. If set to `null` fallback on `300s` timeout. Defaults to `false`"
description="Name of the [IAM condition operator](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html) to evaluate when assuming the role"
description="Whether to create an IAM policy that is attached to the IAM role created"
396
408
type=bool
397
409
default=true
410
+
nullable=false
398
411
}
399
412
400
413
variable"source_policy_documents" {
401
414
description="List of IAM policy documents that are merged together into the exported document. Statements must have unique `sid`s"
402
415
type=list(string)
403
416
default=[]
417
+
nullable=false
404
418
}
405
419
406
420
variable"override_policy_documents" {
407
421
description="List of IAM policy documents that are merged together into the exported document. In merging, statements with non-blank `sid`s will override statements with the same `sid`"
0 commit comments