No description
  • HCL 67.8%
  • Makefile 32.2%
Find a file
oss-core-libraries-dashboard[bot] e97a29c041
[COMPLIANCE] Update Copyright and License Headers (#10)
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
2026-02-20 15:18:24 +05:30
.github Merge pull request #9 from hashicorp/compliance-template 2025-08-13 13:47:50 +10:00
docs/policies Add context to docs and policy descriptions 2022-08-05 17:26:54 +12:00
example [COMPLIANCE] Update Copyright and License Headers (#10) 2026-02-20 15:18:24 +05:30
policies [COMPLIANCE] Update Copyright and License Headers (#10) 2026-02-20 15:18:24 +05:30
.gitignore Update .gitignore 2022-08-05 10:44:48 -07:00
CONTRIBUTING.md Adds standard CI & contributing content (#2) 2022-08-05 10:09:59 -07:00
LICENSE [COMPLIANCE] Update Copyright and License Headers (#10) 2026-02-20 15:18:24 +05:30
Makefile Adds standard CI & contributing content (#2) 2022-08-05 10:09:59 -07:00
readme.md Update readme.md 2022-08-11 11:47:33 -07:00
sentinel.hcl [COMPLIANCE] Update Copyright and License Headers (#10) 2026-02-20 15:18:24 +05:30

GCP Storage 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 logging is enabled for Cloud storage buckets (docs | code)
  • Ensure that Cloud Storage bucket is not anonymously or publicly accessible (docs | code)