Skip to content

Commit

Permalink
Merge pull request #247 from torvitas/patch-1
Browse files Browse the repository at this point in the history
Use kustomize_options as block in example
  • Loading branch information
pst authored Feb 3, 2024
2 parents c75a675 + 2d057a6 commit cde4a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data-sources/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Data source to `kustomize build` a Kustomization and return a set of `ids` and h
```hcl
data "kustomization_build" "test" {
path = "test_kustomizations/basic/initial"
kustomize_options = {
kustomize_options {
load_restrictor = "none"
enable_helm = true
helm_path = "/path/to/helm"
Expand Down

0 comments on commit cde4a5d

Please sign in to comment.