rileykarson / terraform-validator

Terraform Validator can run pre-deployment checks on Terraform plans for policy compliance.

Home Page:https://github.com/GoogleCloudPlatform/terraform-validator/blob/master/README.md

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terraform Validator

Overview

As your business shifts towards an infrastructure-as-code workflow, security and cloud administrators are concerned about misconfigurations that may cause security and governance violations.

Cloud Administrators need to be able to put up guardrails that follow security best practices and help drive the environment towards programmatic security and governance while enabling developers to go fast.

Terraform Validator allows your administrators to enforce constraints on developer machines and as part of your CI/CD pipeline, allowing you to check for constraint violations and provide warnings or halt invalid deployments before they reach production.

One way to define constraints

Constraints are designed to be compatible with tools across the deployment lifecycle. The same set of constraints that you use with Terraform Validator can also be used with any other tool that supports them, either at deploy-time or as an audit of deployed resources. These constraints live in your organization's repository as the source of truth for your security and governance requirements. You can obtain constraints from the Policy Library, or build your own constraint templates.

Table of Contents

Disclaimer

This is not an officially supported Google product.

About

Terraform Validator can run pre-deployment checks on Terraform plans for policy compliance.

https://github.com/GoogleCloudPlatform/terraform-validator/blob/master/README.md

License:Apache License 2.0


Languages

Language:Go 99.8%Language:HCL 0.1%Language:Shell 0.1%Language:Makefile 0.0%Language:Dockerfile 0.0%