terraform-resource icon indicating copy to clipboard operation
terraform-resource copied to clipboard

A concourse resource to create infrastructure via Terraform

Results 26 terraform-resource issues
Sort by recently updated
recently updated
newest added

I use an Artifactory backend and when I specify source.env_name or put.params.env_name, I get a `workspaces not supported` error (which might be fine, because they're not for that backend). But...

I have been using this concourse resource in a large number of pipelines, only one of my pipelines seems to have this issue. I am using the `plan_only` flag to...

Hi Lyle! I hope you're doing great. I was wondering if it would be possible to release a few tags that were skipped. These are important because it seems they...

Theoretically this is as easy as adding `curl` to the `apk add ...` commands in the Dockerfiles. `curl` is a super valuable tool to have available for debugging and execution,...

Terraform changed their PGP HC Public key which makes provider download failing on older terraform versions. Could you release new docker images for the following versions containing the new key:...

Hi, I was able to run terraform-plan and terraform-apply (_two separate actions under same Job_) to create AWS resources, Which is working fine. However, it raised a question that How...

When `plan_only` is used, the state is updated with any resources that were imported. This can lead of inconsistencies if the resource definitions change before the plan is applied. In...

Hey! I have a pipeline that: 1. Builds an EC2 instance **A** 2. Provides the public IP of **A** to some internal resource **B** When I run a build the...

First off, thanks for the resource - it's been really helpful. This morning when we tried running our pipeline the terraform put resulted in: ``` ▼ ▼ ▼ ▼ ▼...