terraform-provider-shell icon indicating copy to clipboard operation
terraform-provider-shell copied to clipboard

Terraform provider for executing shell commands and saving output to state file

Results 40 terraform-provider-shell issues
Sort by recently updated
recently updated
newest added

I'm trying to handle some sensible strings with this provider. When there's a change on the output, the output is always shown: ``` $ terraform plan shell_script.secret: Refreshing state... [id=cgi15aiuab7ml8hhg690]...

Hi, so i have the following configuration: ``` resource "shell_script" "configure-data-api" { environment = { ENV = 1 } sensitive_environment = { AUTH = var.creds } lifecycle_commands { create =...

Is there a way to relay to the terraform cli that a particular change on an input is triggering a replacement? E.g. current state: ```json { "id": 3, "somereference": 4...

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20210322153248-0c34fe9e7dc2 to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.0.0-20210322153248-0c34fe9e7dc2&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20210324051608-47abb6519492 to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/sys&package-manager=go_modules&previous-version=0.0.0-20210324051608-47abb6519492&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20210326060303-6b1517762897 to 0.7.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.0.0-20210326060303-6b1517762897&new-version=0.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.5 to 0.3.8. Commits 434eadc language: reject excessively large Accept-Language strings 23407e7 go.mod: ignore cyclic dependency for tagging b18d3dd secure/precis: replace bytes.Compare with bytes.Equal 795e854 all: replace...

dependencies

Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.5.3 to 1.7.0. Release notes Sourced from github.com/hashicorp/go-getter's releases. v1.7.0 What's Changed docs: provide logging recommendations by @​mickael-hc in hashicorp/go-getter#371 Update aws sdk version by @​Jukie in...

dependencies

When using the shell_script resource, I can pull in the previous output from stdin. However when using the data source, I'm not getting the previous output and instead getting {}....

Hello, I just wanted to know the current development state of the provider. There are some dependabot PRs (unanswered and unmerged) and the last commit has been a few years...