TF-via-PR icon indicating copy to clipboard operation
TF-via-PR copied to clipboard

GitHub Action to plan and apply OpenTofu/Terraform (TF) via pull request (PR) automation.

Results 8 TF-via-PR issues
Sort by recently updated
recently updated
newest added

Bumps the terraform group with 1 update in the /stacks/sample_bucket directory: [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws). Bumps the terraform group with 1 update in the /stacks/sample_instance directory: [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws). Updates `hashicorp/aws` from 5.49.0 to 5.50.0...

dependencies
terraform

### What? Option to hide selected argument(s) from the PR comment's command input/header. ### Why? Resolves #278.

tf:plan

#### Describe the bug There is a critical issue that needs immediate attention. When a GitHub secret is passed in via the `arg_env` input parameter, it gets automatically redacted in...

### What? Provide an option to encrypt TF plan file before uploading as a repository artifact to prevent exposure of stored secrets. ### How? - The [latest ubuntu runners](https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md#tools) (as...

tf:plan

#### Is your feature request related to a problem I would love to try this tool with my current Terragrunt setup. However, I don't see how I could integrate it...

#### Describe the bug In my terraform I have a few zip files that are created and expected to be uploaded to S3. The plan works and shows all these...

Following: - https://terragrunt.gruntwork.io/docs/getting-started/quick-start/ - https://github.com/gruntwork-io/terragrunt-infrastructure-catalog-example

This pull request adds first-class support for Terragrunt to the GitHub Action, enabling automated planning and application of Terragrunt-managed infrastructure alongside Terraform and OpenTofu. The changes include a new workflow...