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
fix(secure-onboarding) Fixing the resource schema during reads (#431)
Fix summary:
--------------
Currently the provider reads and returns one of the fields in the
resource schema with incorrect structure. This results in unexpected
diff during terraform re-apply.
- Fixing the interface conversion during reads for the same.
- Also updated the acceptance tests accordingly to test this.
Testing done:
--------------
Validated this using TF Acceptance tests as well as e2e manually.
0 commit comments