Hello,
New versions of terraform support ephemeral resources and write only provider attributes. the advantage of those is the information is not stored in state. This is a request to add those resources to Harness terraform provider. For example
harness_platform_secret_text
resource should have write_only option for value. same thing - there should be ephemeral "harness_platform_secret_text" data source so that retrieved value is not stored in state. Same idea can be applied to ssh_key resources and any other sensitive data