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 Would it be possible to make the masking of sensitive variables a configurable value for terraform-plan?

enhancement

### Problem description Previously I was using a json formatted back-end file. On Friday suddenly `terraform plan` started throwing errors about not expecting a Left brace. I updated the name...

problem

### Problem description When running the plan action, as of Dec 1st, w/ no changes to either our IAM role permissions or the workflow file, our Plan action has started...

problem

### Problem description In the documentation, it specifies the following first two points for `terraform-version`: 1. The version set in the cloud workspace if the module uses a remote backend...

problem

### Suggestion We use the apply and plan actions trough pull requests. We also use Dependabot to automatically update our Versions of Workflows and AWS, Azure dependencies. Dependabot automatically changes...

enhancement

### Suggestion Is it possible to add plan -refresh=false option? In an environment with thousands of AWS Route 53 DNS records, plan with refresh takes a long time. State refresh...

enhancement

### Suggestion Hi, I have a repository with a lot of Terraform modules and I tried to use the validate action from here but it doesn't recursively validate all folders,...

enhancement

The Hashicorp's product name is Terraform, similarly to OpenTofu and not opentofu. This also distinguishes command-line `terraform` from Terraform product.

hacktoberfest-accepted

### Problem description Hello, We've been using .json tfvars inputs with your actions and have no issues on any version of v1. It looks like: ``` { "image_tag": { "dev":...

problem

### Suggestion It would be useful if the `terraform-new-workspace` action could output if the workspace was new, or existing. Example use case: We have a Github Action with runs a...

enhancement