Skip to content

Commit

Permalink
DEVTOOLING-859: Removed the country code validator from the address.c…
Browse files Browse the repository at this point in the history
…ountry code field. The API does not enforce an 3.164 country code format
  • Loading branch information
carnellj-genesys committed Oct 17, 2024
1 parent 84b0362 commit f732a1d
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,9 @@ func ResourceExternalContact() *schema.Resource {
Optional: true,
},
"country_code": {
Description: "Contact address country code.",
Type: schema.TypeString,
Optional: true,
ValidateDiagFunc: validators.ValidateCountryCode,
Description: "Contact address country code.",
Type: schema.TypeString,
Optional: true,
},
},
}
Expand Down

0 comments on commit f732a1d

Please sign in to comment.