Fix typo in example (#3783)

Update key to match the one used in the asset_search block
This commit is contained in:
Nathan McGuirt
2026-03-06 05:47:48 -05:00
committed by GitHub
parent 349811d31a
commit 8c07d09eab

View File

@@ -637,7 +637,7 @@ module "folder" {
}
output "service_accounts" {
value = module.folder.asset_search_results["copute-sas"]
value = module.folder.asset_search_results["compute-sas"]
}
# tftest skip
```