You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
describe azurerm_load_balancer(resource_group: resource_group, loadbalancer_name: loadbalancer_name) do
it { should exist }
its('tags') { should exist }
end
Describe the problem
azurerm_load_balancer
resource doesn't havetags
property as part of attribute.azurerm_load_balancers
has this capability.https://github.com/inspec/inspec-azure/blob/master/docs/resources/azurerm_load_balancer.md says
tags
is included, but it isn't.gives below error:
Possible Solution
Please add tags attribute to azurerm_load_balancer
The text was updated successfully, but these errors were encountered: