modules/rule_collection_groups/outputs.tf (8 lines of code) (raw):
output "resource" {
description = "this is the resource of the rule collection group"
value = azurerm_firewall_policy_rule_collection_group.this
}
output "resource_id" {
description = "the resource id of the rule_collection_group"
value = azurerm_firewall_policy_rule_collection_group.this.id
}