Don Capito

Results 5 comments of Don Capito
trafficstars

> A work around I've used (in the case of just needing to run `terraform validate` in CI for testing), is to have a file containing the provider, eg: >...

Correct me if wrong, but shouldn't this S3-strong-consistency tfstate locking improvement be done in Terraform core itself as opposed to the AWS provider codebase? I can see in [GCS state...

@tomelliff Nothing, just asking for confirmation :point_up: . Thanks for confirming that there's an AWS team within Terraform core or maybe it's a shared resource for AWS provider as well.

Looks like you hit a Open bug in Jenkins - https://issues.jenkins-ci.org/browse/JENKINS-37984. Either wait for a fix or try improving the Stages by streamlining some of the bash commands that can...

tfvars may contain secrets or project-specific info. Refer to `variables.tf` and input relevant info, hence usually added in `.gitignore`. Some are happy to push tfvars in public repo as `git-crypt`-ed...