The Wayback Machine - https://web.archive.org./web/20220305002429/https://github.com/topics/terraform
Skip to content
#

Terraform

terraform logo

Terraform can manage existing and popular service providers, such as AWS, as well as custom in-house solutions.

It uses configuration files to describe the components necessary to run a single application or your entire datacenter.

It generates an execution plan describing what will happen to reach the desired state, and afterwards executes it to build the desired infrastructure. As the configuration changes, Terraform is able to determine the changes and create incremental execution plans which can be applied.

The infrastructure Terraform can manage includes low-level components such as compute instances, storage, and networking, as well as high-level components such as DNS (Domain Name Service) entries, SaaS (Software as a Service) features.

Here are 12,392 public repositories matching this topic...

CarterSheehan
CarterSheehan commented Feb 14, 2022

I'm looking to integrate Terragrunt with my CI/CD system and I like the output that Terragrunt provides at the start of a run-all:

Group 1

  • Module A
  • Module B
  • Module C
  • Module D

Group 2

  • Module E

Group 3

  • Module F
  • Module G
  • etc...

If an option could be added to only return this output, I could parse it during something like a Jenkins build pipeline to build check poin

infracost
tfsec
tomverhees
tomverhees commented Feb 1, 2022

Is your feature request related to a problem? Please describe.
I want to be able to disable a whole level of violation. For example the low error level i want to disable but still run the checks on medium, high, critical.

Describe the solution you'd like
I would like to have this possible with a simple flag in the ci to do this. To disable the violation level : low, etc. that when yo

terraform-cdk
terrascan
adegoodyer
adegoodyer commented Aug 11, 2021
  • terrascan version: 1.9.0
  • terraform version: 1.0.1

Enhancement Request

Other security scanning tools (e.g. checkov and tfsec) have a --soft-fail flag or equivalent option that allows you to always exit with 0 status.

Extremely useful when running the tool without halting a pipeline for example.

I currently use a workaround, but something more concrete would be very desira

Created by Mitchell Hashimoto, HashiCorp

Released July 28, 2014

Latest release 2 days ago

Repository
hashicorp/terraform
Website
www.terraform.io
Wikipedia
Wikipedia

Related Topics

hashicorp infrastructure infrastructure-as-code