Identity domain structs missing json omitempty
parameter
#416
Labels
IAM
Issue pertains to the IAM service
omitempty
parameter
#416
This issue relates to oracle/terraform-provider-oci#1812
The structs in the
identitydomains
wheremandatory:"false"
are missing thejson:"omitempty"
tag.As an example here is a non-exhaustive list of structs where the
omitempt
tag is missing:This results in those fields being sent to the server as an empty string and since the server expects them to have a minimum length of 1, the operation fails.
The text was updated successfully, but these errors were encountered: