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 we work on adding s3 directory bucket resource (framework resource), we noticed that we could not determine the fields that are singleton lists from the schema JSON. We added the following function to set the field's MaxItems to 1 manually.
What problem are you facing?
When we work on adding s3 directory bucket resource (framework resource), we noticed that we could not determine the fields that are singleton lists from the schema JSON. We added the following function to set the field's MaxItems to 1 manually.
Then we encountered the following issue:
This issue is caused by the fact that we cannot call TerraformConversions in the Terraform Plugin Framework External Client.
PR discussion
How could Upjet help solve your problem?
Implement the feature that caused the above issue.
The text was updated successfully, but these errors were encountered: