Skip to content
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.

Commit

Permalink
Update builtin policy name in readme
Browse files Browse the repository at this point in the history
As per #3
  • Loading branch information
jesseloudon authored Dec 18, 2020
1 parent bd66b5e commit 4aea070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/policyset-definitions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4aea070

Please sign in to comment.