No description
  • HCL 66.9%
  • Makefile 33.1%
Find a file
Vidit Saxena 4b690d8279
Merge pull request #11 from hashicorp/compliance/update-headers
[IND-4227] [COMPLIANCE] Update Copyright Headers
2026-01-19 15:05:26 +05:30
.github [Compliance] - PR Template Changes Required 2025-07-03 09:58:50 +00:00
docs/policies Update policy descriptions 2023-06-06 14:29:12 +12:00
example [COMPLIANCE] Update Copyright and License Headers 2025-12-09 11:18:22 +00:00
policies [COMPLIANCE] Update Copyright and License Headers 2025-12-09 11:18:22 +00:00
.DS_Store Update policy descriptions 2023-06-06 14:29:12 +12:00
.gitignore Adds standard CI & contributing content (#3) 2022-08-05 10:09:02 -07:00
CONTRIBUTING.md Adds standard CI & contributing content (#3) 2022-08-05 10:09:02 -07:00
LICENSE [COMPLIANCE] Update Copyright and License Headers 2025-12-09 11:18:22 +00:00
Makefile Update policy descriptions 2023-06-06 14:29:12 +12:00
readme.md Update readme.md 2022-08-11 11:53:35 -07:00
sentinel.hcl [COMPLIANCE] Update Copyright and License Headers 2025-12-09 11:18:22 +00:00

Azure Databases Sentinel Policies for Terraform

This library, provides prescriptive Terraform policies that can be used to establish secure Terraform configuration for Microsoft Azure. The policies that are contained in this library are based on the CIS Microsoft Azure Foundations Security Benchmark. Terraform Cloud/Enterprise users can use the policies in this library to establish a foundational level of security for the services that they are adopting in Microsoft Azure.

NOTE:

This Policy Library is not an exhaustive list of all of possible security configurations and architecture that is available in Microsoft Azure. If you have questions, comments, or have identified ways for us to improve this library, please create a new GitHub issue.

Alternatively, We welcome any contributions that improve the quality of this library! To learn more about contributing and suggesting changes to this library, refer to the contributing guide.


Policies included

  • Ensure 'Enforce SSL connection' is set to 'ENABLED' for MySQL Database Server (docs | code)
  • Ensure 'Enforce SSL connection' is set to 'ENABLED' for PostgreSQL Database Server (docs | code)