Skip to content

Releases: OP5dev/TF-via-PR

v2.0.0: Add terraform prefix modes

05 Mar 17:19
aa0ebe2
Compare
Choose a tag to compare

Highlights

Implemented modes via label prefixes. In addition to the default tf:, we can use tf_destroy: to replicate terraform plan/apply -destroy as well as tf_apply: to replicate terraform apply -auto-approve directly within the PR.

Added

  • Better concurrency grouping (view).
  • Explicit permissions (view).

Updated

Removed

  • Manual trigger via workflow_dispatch.
  • Terraform validate as it's already a part of plan and apply.

Commits changelog: v1.1.0...v2.0.0

v1.1.0

15 Feb 22:32
ca2b345
Compare
Choose a tag to compare

Implemented supported for Terraform workspaces to render multi-environment state deployments with variable interpolation using a single configuration.

Commits changelog: v1.0.0...v1.1.0

v1.0.0

15 Feb 22:27
6bf5b3f
Compare
Choose a tag to compare

First production-ready iteration with a label-driven CI/CD workflow which features Terraform IaC to provide environment isolation to limit blast radius as well as shared, stateless modules.