Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add additional-artifacts [copilot] #388

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rdhar
Copy link
Member

@rdhar rdhar commented Jan 1, 2025

Add support for additional artifacts in terraform plan and apply commands.

  • Add new input additional-artifacts to action.yml to accept a comma-separated list of paths to files and/or directories.
  • Modify the plan step in action.yml to include the additional artifacts in the upload-artifact action.
  • Modify the download step in action.yml to download and unzip the additional artifacts to their original locations.
  • Update documentation in README.md to reflect the new additional-artifacts input and its usage.

For more details, open the Copilot Workspace session.

Add support for additional artifacts in terraform plan and apply commands.

* Add new input `additional-artifacts` to `action.yml` to accept a comma-separated list of paths to files and/or directories.
* Modify the `plan` step in `action.yml` to include the additional artifacts in the upload-artifact action.
* Modify the `download` step in `action.yml` to download and unzip the additional artifacts to their original locations.
* Update documentation in `README.md` to reflect the new `additional-artifacts` input and its usage.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/OP5dev/TF-via-PR?shareId=XXXX-XXXX-XXXX-XXXX).
@rdhar rdhar added the enhancement New feature or request label Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant