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 5,377 public repositories matching this topic...

surister
surister commented Jan 21, 2020

This is a reminder for me or a task if anyone wants :P

imagen

Basically, The last two questions aren't really regex's questions.

To do:

  • Move said questions to correct place.
  • Add new regex questions (Python related!)?
  • Maybe add a new ## Regex section, as it is a valuable skill
Etiene
Etiene commented Jul 22, 2019

This confused the hell out of me when working on a nomad module that was still using zonal instance groups.

The method getRandomInstanceE can be called by both types of instance groups (Regional and Zonal) but the log has a hardcoded mention to Regional

bee-keeper
bee-keeper commented Nov 4, 2019

Hello,

Thanks for coming up with this, we'd previously been using makefiles for most of the functionality that Terragrunt replaces. I have however found an issue with what must be a fairly common use case: create a plan with -out and apply this plan.

This is not possible given the fact that 'arguments' expects each argument to be a pair and apply accepts a simple path to the plan file to

atlantis
Nuru
Nuru commented Sep 20, 2019

I was trying to make a pretty simple PR, just change a tiny bit of HTML and CSS, but building Atlantis proved challenging. I am new to go and its build requirements, but even accounting for that I think it was harder than it needed to be.

First of all, despite the comprehensive documentation on how to run and test Atlantis locally, I co

itsSaad
itsSaad commented Jul 22, 2019

Problem

I have the following declared in my conf.tf file:

terraform {
  required_version = "0.12.5"

  backend "s3" {
    bucket   = "somebucket"
    region   = "eu-central-1"
    role_arn = "somerole"
  }
}

when I runterraform --version, tfenv does not read the version listed but the version set by /usr/local/Cellar/tfenv/1.0.1/version

Intended Behaviou

kapitan
ademariag
ademariag commented Jan 23, 2020

Describe the feature
Print full path to target on compile output

To Reproduce
Steps to reproduce the behavior:

  1. Organise targets into subdirectories
  2. Run kapitan compile
Compiled staging (16.87s)
Compiled beta (20.15s)
Compiled dev (19.01s)
Compiled production (20.14s)
Compiled staging-istio (4.41s)
Compiled gcp_project_production (4.41s)

instead it would be

rileykarson
rileykarson commented Jan 30, 2020

In 3.0.0, we changed Terraform's internal id field from formats like {{project}}/{{region}}/{{name}} to projects/{{project}}/regions/{{region}}/resources/{{name}}, a valid reference value.

Historically we've encouraged users to use name or self_link as the reference value, however these values should be preferred going forward. We've since documented the field on generated resources

blast-radius
28mm
28mm commented Jan 25, 2018

Blast Radius , when launched in --serve mode, does some pretty weak error reporting, and does nothing to help users resolve problems. It asks the user to look into several possible issues, rather than checking itself...

To observe the current (undesired) behavior, run Blast Radius in an empty directory:

[...]$ mkdir tmp
[...]$ cd tmp
[...]$ blast-radius --serve

A short

Created by Mitchell Hashimoto, HashiCorp

Released July 28, 2014

Latest release 14 days ago

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

Related Topics

hashicorp infrastructure infrastructure-as-code
You can’t perform that action at this time.