terraform-backend-git icon indicating copy to clipboard operation
terraform-backend-git copied to clipboard

Terraform HTTP Backend implementation that uses Git repository as storage

Results 11 terraform-backend-git issues
Sort by recently updated
recently updated
newest added

I have used this in production as the backend when starting to use terraform. It has worked out well. I would like to know if there is a way to...

documentation

my git repo is on Azure DevOps. I tried both ssh and http, and both cli config and terraform backend config, always with the same result: ``` [terraform-backend-git]: empty git-upload-pack...

Will this project be able to support OpenTOFU as a replacement for the official TerraForm?

Hi, first of all thanks a lot for creating this. one thing i noticed is that the cloned git repository is stored in-memory. If we were to run it as...

hi, currently it doesn't seem to be possible to use multiple ref in standalone mode. For example when migrating the ref of existing state, it shows ``` [terraform-backend-git]: reference not...

Made all options, previously passed through Env vars configurable. Motivation: Env vars with secrets will most likely be stored in some script, or whole command some potentially unsafe location. The...

Hi, i am trying out terraform-backend-git v0.1.4 on a M1 Mac. For the backend, i've created a script on ``PATH``called ``tfbg`` with following content: ``` #!/bin/sh ssh-agent # this is...

```yaml - run: RUNNER_TRACKING_ID="" && (nohup terraform-backend-git --access-logs &) - run: curl -s 'http://localhost:6061/?type=git&[email protected]:otto-ec/search-di-tf-state.git&ref=main&state=repository-setup' - uses: hashicorp/terraform-cdk-action@main env: VAULT_ADDR: ${{ steps.environment_check.outputs.value }} GITHUB_MVN_REGISTRY_USERNAME: ${{ env.FKT_USER }} GITHUB_MVN_REGISTRY_TOKEN: ${{ env.FKT_GH_TOKEN_WRITE }}...