Externalize auth, OpenTofu support, multi-cloud backends, Node.js 24 actions#1
Open
andypotanin wants to merge 7 commits intoproductionfrom
Open
Externalize auth, OpenTofu support, multi-cloud backends, Node.js 24 actions#1andypotanin wants to merge 7 commits intoproductionfrom
andypotanin wants to merge 7 commits intoproductionfrom
Conversation
- state_backend: override backend type (s3, http, consul, etc.) - state_backend_config: key=value backend config lines - state_prefix_key: backend-specific path key (prefix for gcs, key for s3) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Node.js 20 actions are deprecated (EOL June 2, 2026). v5 of both actions uses Node.js 24. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
v5 still runs on Node.js 20. v6 is required for Node.js 24 runtime. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Updates the GitHub composite action to support a multi-cloud model where authentication is handled by the calling workflow, adds backend override inputs for non-GCS Terraform/OpenTofu state, and refreshes documentation/examples accordingly.
Changes:
- Removed built-in GCP/AWS auth inputs/steps and switched to environment-based credential detection (AWS/GCP/Azure) passed into the IaC container.
- Added state backend override inputs (
state_backend,state_backend_config,state_prefix_key) for multi-cloud backends. - Updated artifact upload action versions and rewrote README examples/architecture docs for the new model.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
action.yml |
Removes embedded auth steps, adds state backend inputs, and forwards detected cloud credentials into the container runtime. |
README.md |
Updates usage examples for externalized auth, adds multi-backend documentation, and refreshes config shape examples. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Add explicit default: "gcs" to state_backend input - Add :- fallback on AWS_SECRET_ACCESS_KEY to prevent unbound var error - Clarify README state_backend default column 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
state_backend,state_backend_config,state_prefix_key) for S3, azurerm, HTTP, Consulactions/checkoutto v5 andactions/upload-artifactto v6 for Node.js 24 (Node.js 20 deprecated June 2, 2026)Test plan
🤖 Generated with Claude Code