tfnotify icon indicating copy to clipboard operation
tfnotify copied to clipboard

A CLI command to parse Terraform execution result and notify it to GitHub

Results 32 tfnotify issues
Sort by recently updated
recently updated
newest added

## WHAT Updated all dependencies ## WHY Was building on may Apple M1. ```bash $ go build # golang.org/x/sys/unix ../../go/pkg/mod/golang.org/x/[email protected]/unix/syscall_darwin.1_13.go:25:3: //go:linkname must refer to declared function or variable ../../go/pkg/mod/golang.org/x/[email protected]/unix/zsyscall_darwin_arm64.1_13.go:27:3: //go:linkname...

## WHAT Fixed gitlab urls formatting. ## WHY Gitlab comments didn't work at all.

## WHAT Use Go 1.16 to run tests and build release artifacts. ## WHY This project has no explicit build target configuration and the latest goreleaser builds against darwin/arm64 by...

## WHAT This PR allows tfnotify executed by GitHub Actions on pull requests to add pull request comments instead of commit comments. For GitHub Actions, the content of the event...

## WHAT Hello, excellent project! I'm very excited to use it in gitlab, but unfortunately I can't. Comments can't be posted to any gitlab mr. ## WHY I think that...

I am running 3 TF plans in a given PR workflow, and tfnotify is correctly giving me a new comment for each plan. However I get a set of 3...

## WHAT Use the use_raw_output option in Slack notification. ref. #58 ## WHY It's better to use raw characters instead of character references. ### Example ``` # ... terraform: use_raw_output:...

## WHAT Modify to use the environment variable to the URL of GitHub Actions. ## WHY This is because `CI link` is incorrect when using GitHub Actions on GitHub Enterprise....

## WHAT My project uses `tfnotify` with Github and Travis as CI. A CI execution for a specific commit also produces a `plan` and an `apply` results. The `plan` result...

## WHAT Add many useful functions for go template. https://github.com/Masterminds/sprig ## WHY The current template function is very limited. It's hard to customize the output.