Skip to content

Commit

Permalink
docs set_list required
Browse files Browse the repository at this point in the history
  • Loading branch information
BBBmau committed Jan 25, 2025
1 parent 79f157b commit dc53abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ resource "helm_release" "example" {
The `set`, `set_list`, and `set_sensitive` blocks support:

* `name` - (Required) full name of the variable to be set.
* `value` - (Required) value of the variable to be set.
* `value` - (Required; Optional for `set`) value of the variable to be set.
* `type` - (Optional) type of the variable to be set. Valid options are `auto` and `string`.

Since Terraform Utilizes HCL as well as Helm using the Helm Template Language, it's necessary to escape the `{}`, `[]`, `.`, and `,` characters twice in order for it to be parsed. `name` should also be set to the `value path`, and `value` is the desired value that will be set.
Expand Down

0 comments on commit dc53abf

Please sign in to comment.