We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef8bb28 commit 24e297aCopy full SHA for 24e297a
modules/azure/key-vault/buildingblock/key-vault.tftest.hcl
@@ -292,7 +292,7 @@ run "private_endpoint_subresource_name" {
292
}
293
294
assert {
295
- condition = contains(one(azurerm_private_endpoint.key_vault_pe[*].private_service_connection[*].subresource_names), "vault")
+ condition = contains(azurerm_private_endpoint.key_vault_pe[0].private_service_connection[0].subresource_names, "vault")
296
error_message = "Private endpoint should use 'vault' subresource name"
297
298
0 commit comments