Skip to content

Commit

Permalink
docs: adjust kubectl_path_documents example (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnknutsonhc authored Nov 25, 2024
1 parent 8e4af59 commit e79c719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data-sources/kubectl_path_documents.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ data "kubectl_path_documents" "docs" {
}
resource "kubectl_manifest" "test" {
for_each = toset(data.kubectl_path_documents.docs.documents)
for_each = data.kubectl_path_documents.docs.manifests
yaml_body = each.value
}
```
Expand Down

0 comments on commit e79c719

Please sign in to comment.