No description
  • HCL 70.2%
  • Makefile 29.8%
Find a file
Vidit Saxena 6f779b6ddc
Merge pull request #11 from hashicorp/compliance/update-headers
[IND-4227] [COMPLIANCE] Update Copyright Headers
2026-01-13 08:40:28 +05:30
.github Merge pull request #10 from hashicorp/compliance-template 2025-08-13 13:50:36 +10:00
docs/policies Add context to docs and policy descriptions 2022-08-05 16:05:51 +12:00
example [COMPLIANCE] Update Copyright and License Headers 2025-12-09 11:18:27 +00:00
policies [COMPLIANCE] Update Copyright and License Headers 2025-12-09 11:18:27 +00:00
.gitignore Rename .gitignore copy to .gitignore 2022-08-05 10:44:25 -07:00
CONTRIBUTING.md Adds standard CI & contributing content (#2) 2022-08-05 10:09:37 -07:00
LICENSE [COMPLIANCE] Update Copyright and License Headers 2025-12-09 11:18:27 +00:00
Makefile Adds standard CI & contributing content (#2) 2022-08-05 10:09:37 -07:00
readme.md Update readme.md 2022-08-11 11:51:22 -07:00
sentinel.hcl [COMPLIANCE] Update Copyright and License Headers 2025-12-09 11:18:27 +00:00

GCP Databases Sentinel Policies for Terraform

This library, provides prescriptive Terraform policies that can be used to establish secure Terraform configuration for Google Cloud Platform. The policies that are contained in this library are based on the CIS Google Cloud Computing Platform Benchmarks. 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 Google Cloud Platform.

NOTE:

This Policy Library is not an exhaustive list of all of possible security configurations and architecture that is available in Google Cloud Platform. 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 that Cloud SQL database instance requires all incoming connections to use SSL (docs | code)
  • Ensure that Cloud SQL database Instances are not open to the world (docs | code)