Skip to content

Commit cde4a5d

Browse files
authored
Merge pull request #247 from torvitas/patch-1
Use kustomize_options as block in example
2 parents c75a675 + 2d057a6 commit cde4a5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/data-sources/build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Data source to `kustomize build` a Kustomization and return a set of `ids` and h
99
```hcl
1010
data "kustomization_build" "test" {
1111
path = "test_kustomizations/basic/initial"
12-
kustomize_options = {
12+
kustomize_options {
1313
load_restrictor = "none"
1414
enable_helm = true
1515
helm_path = "/path/to/helm"

0 commit comments

Comments
 (0)