generated from cyber-scot/terraform-module-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoutputs.tf
29 lines (29 loc) · 1.32 KB
/
outputs.tf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#output "non_privileged_role_restriction_policy_id" {
# value = azurerm_policy_definition.non_privileged_role_restriction_policy.id
# description = "The ID of the non-privileged role restriction policy."
#}
#
#output "non_privileged_role_restriction_policy_management_group_id" {
# value = var.non_privileged_role_restriction_policy.management_group_id
# description = "The management group ID associated with the non-privileged role restriction policy."
#}
#
#output "non_privileged_role_restriction_policy_name" {
# value = azurerm_policy_definition.non_privileged_role_restriction_policy.name
# description = "The name of the non-privileged role restriction policy."
#}
#
#output "privileged_role_restriction_policy_id" {
# value = azurerm_policy_definition.privileged_role_restriction_policy.id
# description = "The ID of the role restriction policy."
#}
#
#output "privileged_role_restriction_policy_management_group_id" {
# value = var.privileged_role_restriction_policy.management_group_id
# description = "The management group ID associated with the privileged role restriction policy."
#}
#
#output "privileged_role_restriction_policy_name" {
# value = azurerm_policy_definition.privileged_role_restriction_policy.name
# description = "The name of the privileged role restriction policy."
#}