scottwinkler / terraform-provider-shell

Terraform provider for executing shell commands and saving output to state file
Mozilla Public License 2.0
279 stars 60 forks source link

Add shell_sensitive_script data source and resource #111

Open linyinfeng opened 2 years ago

linyinfeng commented 2 years ago

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.