Fix typo in example (#3783)
Update key to match the one used in the asset_search block
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user