No description
  • HCL 50.8%
  • Shell 21.3%
  • Python 19.1%
  • Smarty 8%
  • CSS 0.4%
  • Other 0.3%
Find a file
oss-core-libraries-dashboard[bot] 081835f174
[COMPLIANCE] Update Copyright and License Headers (#340)
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
2026-02-20 15:30:04 +05:30
cloud-management-platform Updated and added README.md files 2018-01-12 18:16:38 -05:00
governance Drop third gen policies as hosted elsewhere and migration in-flight 2022-12-09 12:26:00 +00:00
infrastructure-as-code add Terraform code for two Sentinel policies 2021-02-18 13:49:28 -05:00
operations add restrict-panos-srgs policy 2021-11-17 12:42:13 -05:00
self-serve-infrastructure use load_config_file = false in k8s provider 2020-04-29 19:24:35 -04:00
.gitignore cloud-agnostic json to hcl 2021-01-20 11:20:29 -05:00
LICENSE [COMPLIANCE] Update Copyright and License Headers (#340) 2026-02-20 15:30:04 +05:30
README.md updated operations in top-level README.md 2019-05-20 11:04:15 -04:00

Terraform Guides

This repository contains sample Terraform configurations, Sentinel policies, and automation scripts that can be used with Terraform Enterprise.

infrastructure-as-code

This directory contains sample Terraform configurations to provision VMs into AWS, Azure, and Google Cloud Platform (GCP) as well as Kubernetes clusters into Azure Container Service (ACS) and Google Kubernetes Engine (GKE).

self-serve-infrastructure

This directory contains sample Terraform configurations to enable self-service infrastructure. In particular, it illustrates how developers can deploy applications to Kubernetes clusters provisioned by an operations team.

governance

This directory contains some sample Sentinel policies for several clouds which ensure that all infrastructure provisioned with Terraform Enterprise complies with an organization's provisioning rules.

operations

This directory provides artifacts that can be used by operations teams using Terraform Enterprise. In particular, it includes scripts that show how the Terraform Enterprise REST API can be used to automate interactions with Terraform Enterprise, set and delete variables in workspaces, and export, import, and delete Sentinel policies.

cloud-management-platform

This directory provides samples of how Terraform can be used to support cloud management platforms.

gitignore.tf Files

You may notice some gitignore.tf files in certain directories. .tf files that contain the word "gitignore" are ignored by git in the .gitignore file.

If you have local Terraform configuration that you want ignored (like Terraform backend configuration), create a new file in the directory (separate from gitignore.tf) that contains the word "gitignore" (e.g. backend.gitignore.tf) and it won't be picked up as a change.