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 39 terraform-provider-shell issues
Sort by recently updated
recently updated
newest added

I'm attempting to `terraform import` a pre-existing resource with this provider, however it throws an exception: ``` Stack trace from the terraform-provider-shell_v1.7.10 plugin: panic: runtime error: index out of range...

How can I use the current value in `sensitive_environment` for the `DELETE` command? As far as I understand the environment is stored in the state and the same environment used...

Changes: - Use `terraform-plugin-sdk/v2` - Update go version to 1.18, update all dependencies - Use the latest `release.yaml` from Changes due to the API changes of SDK v2: - `mutexkv`...

`shell_script` exposes the output value in logs. This pr adds a sensitive version of `shell_script`, which just marks `Sensitive: true` for `output` in the schema. This should fix .

There is a case we need a list of value as environment variable and pass in the script to do the loop. It would be great if the environment argument...

Hi there, I spotted a couple of typos in some of your alerts, so this fixes them!

Hey! I have been trying to understand why I get a plan to recreate my resources, whenever my Read script fails. And as far as I understand it, the reason...

Hello, First of all, congratulations for this awesome project! I'm using Terraform for my dotfiles repo and this provider allows me to nicely interact with local system resources like apt,homebrew...

we are using shell_script resource to create IBM VPN server, first time creation resource creation worked perfectly but second time when we run plan getting below error Error: changes to...

When I run terraform init command I am getting this error : Initializing the backend... Initializing provider plugins... - Finding scottwinkler/shell versions matching "1.7.7"... ╷ │ Error: Incompatible provider version...