Darryl Bresland

Results 7 comments of Darryl Bresland

@callppatel I think this is due to windows paths using `\` vs `/` and therefore needing escaped. ``` $ export CITIZEN_STORAGE_PATH=C:\Terraform-Citizen\data $ echo CITIZEN_STORAGE_PATH C:Terraform-Citizendata $ export CITIZEN_STORAGE_PATH=C:\\Terraform-Citizen\\data $ echo...

I encountered a similar problem as I was expecting it to read an existing value in `var.atlantis_github_user_token_ssm_parameter_name`, but it does not and just sets it to unknown causing errors. You...

My use case for using a remote backend is that my tests create AWS resources, and I run test kitchen from docker in CI. If something goes wrong before kitchen...

@aaron-lane I can use the s3 remote backend and it seems ok. Using terraform cloud would have been slightly preferable but it's not a dealbreaker. Thanks.

👍 - was just about to ask about this. I have a repo with 4 projects and currently waiting on atlantis to finish planning as it's running them sequentially.