terraform-github-actions icon indicating copy to clipboard operation
terraform-github-actions copied to clipboard

GitHub actions for terraform

Results 37 terraform-github-actions issues
Sort by recently updated
recently updated
newest added

### Suggestion We have some conditions of apply running with updated providers after the plan has run successful some days previous. Technically, the versions of providers allow newer provider versions...

enhancement

Sometimes we need to run `terraform-plan` with option `-refresh=false` to ignore external changes. [Planning Options](https://www.terraform.io/cli/commands/plan#planning-options)

### Suggestion Hi, I like your actions very much, but I'm missing the option to use multiple SSH keys (deploy keys) or as alternative to use the ssh-agent. Deploy keys...

enhancement

### Problem description Hello, I am trying to use `terraform-apply` once the PR is merged in `develop`. I am getting the error below, because the two plan are different. The...

problem

### Suggestion currently all actions run from a dflook built image. `TERRAFORM_PRE_RUN` has to constantly run to install specific packages. im thinking on an `image:` input where we can point...

enhancement

### Suggestion @dflook Hey Daniel, would you be open to extending your great set of actions to support [OpenTofu](https://github.com/opentofu/opentofu)? It'd enable the community to try OpenTofu and help many engineers...

enhancement

### Problem description Trying to run an apply with `dflook/terraform-apply@v1` and it consistently fails. Both `fmt-check` and `validate` actions _do_ work correctly on the same repository. I've tried forcing `workspace`...

problem

### Suggestion First, thanks for all your work ! Terraform 1.6 introduced a new [built-in test framework](https://developer.hashicorp.com/terraform/language/tests#tests), it would be great if we could have a github action that supported...

enhancement

### Problem description When specifying the `backend_config`, I get errors about expecting a file. It should work but does not seem to align with according to how the documentation is....

problem

### Problem description "terraform-plan" fails with an error while using "terraform plan" succeeds (see Workflow YAML below). ### Terraform version 1.5.1 ### Backend Azure blob storage ### Workflow YAML ```yaml...

problem