From 4aea07043f3cb7510212a8cd9882060026e0c839 Mon Sep 17 00:00:00 2001 From: Jesse Date: Fri, 18 Dec 2020 11:46:27 +1100 Subject: [PATCH] Update builtin policy name in readme As per #3 --- modules/policyset-definitions/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/policyset-definitions/README.md b/modules/policyset-definitions/README.md index 2881f46..1c1a53f 100644 --- a/modules/policyset-definitions/README.md +++ b/modules/policyset-definitions/README.md @@ -37,7 +37,7 @@ Learning resources :books: | `custom_policies_tag_governance` | List of custom policy definitions for the tag_governance policyset | `list(map(string))` | null | `custom_policies_iam_governance` | List of custom policy definitions for the iam_governance policyset | `list(map(string))` | null | `builtin_policies_iam_governance` | List of policy definitions (display names) for the iam_governance policyset | `list` |"Audit usage of custom RBAC rules","Custom subscription owner roles should not exist","Deprecated accounts should be removed from your subscription","Deprecated accounts with owner permissions should be removed from your subscription","External accounts with write permissions should be removed from your subscription","External accounts with read permissions should be removed from your subscription","External accounts with owner permissions should be removed from your subscription","MFA should be enabled accounts with write permissions on your subscription","MFA should be enabled on accounts with owner permissions on your subscription","MFA should be enabled on accounts with read permissions on your subscription","There should be more than one owner assigned to your subscription" -| `builtin_policies_security_governance` | List of policy definitions (display names) for the security_governance policyset | `list` | "Internet-facing virtual machines should be protected with Network Security Groups","Subnets should be associated with a Network Security Group","Gateway subnets should not be configured with a network security group","Storage accounts should restrict network access","Secure transfer to storage accounts should be enabled","Storage accounts should allow access from trusted Microsoft services","RDP access from the Internet should be blocked","SSH access from the Internet should be blocked","Disk encryption should be applied on virtual machines","Automation account variables should be encrypted","Azure subscriptions should have a log profile for Activity Log","Email notification to subscription owner for high severity alerts should be enabled","A security contact email address should be provided for your subscription","Enable Azure Security Center on your subscription" +| `builtin_policies_security_governance` | List of policy definitions (display names) for the security_governance policyset | `list` | "Internet-facing virtual machines should be protected with Network Security Groups","Subnets should be associated with a Network Security Group","Gateway subnets should not be configured with a network security group","Storage accounts should restrict network access","Secure transfer to storage accounts should be enabled","Storage accounts should allow access from trusted Microsoft services","RDP access from the Internet should be blocked","SSH access from the Internet should be blocked","Disk encryption should be applied on virtual machines","Automation account variables should be encrypted","Azure subscriptions should have a log profile for Activity Log","Email notification to subscription owner for high severity alerts should be enabled","Subscriptions should have a contact email address for security issues","Enable Azure Security Center on your subscription" | `builtin_policies_data_protection_governance` | List of policy definitions (display names) for the data_protection_governance policyset | `list` | "Azure Backup should be enabled for Virtual Machines","Long-term geo-redundant backup should be enabled for Azure SQL Databases","Audit virtual machines without disaster recovery configured","Key vault should have purge protection enabled","Key vault should have soft delete enabled" ## Output variables (outputs.tf)