You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the environment variable API_DATA_IS_SENSITIVE = "true" the sensitive data is still outputted to the terraform logs regardless. It would be nice to either redact the sensitive data fields from the terraform output or only output the entire object obj.toString() if in debug mode.
@DRuggeri any thoughts on this? This is the only thing stopping us from moving forward with the use of this provider for our use case. We run terraform from Gitlab pipelines and policy is to not have any sensitive information in the logs.
When using the environment variable API_DATA_IS_SENSITIVE = "true" the sensitive data is still outputted to the terraform logs regardless. It would be nice to either redact the sensitive data fields from the terraform output or only output the entire object obj.toString() if in debug mode.
terraform-provider-restapi/restapi/resource_api_object.go
Line 246 in d9817a0
terraform-provider-restapi/restapi/resource_api_object.go
Line 264 in d9817a0
terraform-provider-restapi/restapi/resource_api_object.go
Line 287 in d9817a0
terraform-provider-restapi/restapi/resource_api_object.go
Line 316 in d9817a0
terraform-provider-restapi/restapi/resource_api_object.go
Line 332 in d9817a0
terraform-provider-restapi/restapi/resource_api_object.go
Line 354 in d9817a0
The text was updated successfully, but these errors were encountered: