feat: add output export for Terraform apply action #20
No reviewers
Labels
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: schmalz/shared-actions#20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/terraform-apply-outputs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Review summary
Nice feature addition and README update. A few issues should be addressed before merge:
Sensitive output leakage (security)
terraform output -jsonincludes metadata forsensitiveoutputs, and may expose values through step outputs.jqexports all outputs unconditionally to$GITHUB_OUTPUT.$GITHUB_OUTPUTformat fragility (correctness)key=valuedirectly breaks for multiline values (common for certs/keys), and can be unsafe for special characters.<<EOF) per output.Suggested adjustment
Minor docs note
Consider clarifying behavior for sensitive outputs (e.g., excluded by default).
4b76b06148tob034e6cd55b034e6cd55toa0e6adf3db@Markus.Opahle review again
LGTM ✓