terraform-provider-shell
terraform-provider-shell copied to clipboard
Add shell_sensitive_script data source and resource
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 https://github.com/scottwinkler/terraform-provider-shell/issues/92.