Customer is using terraform test with mocks against the Harness Terraform provider. The data source currently marks name and identifier as optional only, which prevents Terraform test mocks from simulating data source behavior correctly.
The request is to mark both fields as Optional + Computed so Terraform can treat them as provider-populated values during mocked testing.
Created by Brijesh Jagani
·