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

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.8.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...

dependencies

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.9.0 to 0.17.0. Commits b225e7c http2: limit maximum handler goroutines to MaxConcurrentStreams 88194ad go.mod: update golang.org/x dependencies 2b60a61 quic: fix several bugs in flow control accounting 73d82ef...

dependencies

I discovered this behavior when debugging an issue with a Concourse pipeline, but couldn't find it documented anywhere (aside from in the code itself). Hopefully this note will be useful...

Ever since we migrated the backend, we have noticed that the output of the terraform becomes unavailable after a while, as if the terraform has never run and as though...

We have a UI deployment pipeline where there is a `terraform-plan` job (using `plan_only: true`) and `terraform` job (using `plan_run: true`, depending on passed `terraform-plan`). Additionally, we have a `deploy`...

Hi, great work on the terraform resource! generally its worked great. Im having one issue that i thought it worth bringing to you. Im using the private_key parameter to access...

Is there any support to re-deploy resources on the put command? I mean like taint the resource on state file so that way they will be re-deployed. Other than manually...

help wanted

Hello, I'm making a pipeline where when a merge request is made on gitlab, a terraform plan is run and the output is uploaded as a comment for the merge...

help wanted

Hi, Currently, I'm facing an issue, they are while trying to trigger the terraform-plan a second time after a successful build in concourse getting the error refresh state error, attached...

Terraform analyses the configuration and state and automatically downloads plugins for the providers used. However, when attempting to download this plugin an unexpected error occured. This may be caused if...