Terraform google workspace

im trying to follow this “Manage your Google Workspace organization | Terraform | HashiCorp Developer” to automate the google workspace users and groups creation but im getting an error.

googleworkspace_user.users[“Michael”]: Creating…
googleworkspace_user.users[“Pam”]: Creating…
googleworkspace_user.users[“Jim”]: Creating…
googleworkspace_user.users[“Pam”]: Still creating… [10s elapsed]
googleworkspace_user.users[“Jim”]: Still creating… [10s elapsed]
googleworkspace_user.users[“Michael”]: Still creating… [10s elapsed]

│ Error: unexpected error during retries of user: googleapi: Error 404: Resource Not Found: userKey, notFound

│ with googleworkspace_user.users[“Michael”],
│ on users.tf line 8, in resource “googleworkspace_user” “users”:
│ 8: resource “googleworkspace_user” “users” {



│ Error: unexpected error during retries of user: googleapi: Error 404: Resource Not Found: userKey, notFound

│ with googleworkspace_user.users[“Pam”],
│ on users.tf line 8, in resource “googleworkspace_user” “users”:
│ 8: resource “googleworkspace_user” “users” {



│ Error: unexpected error during retries of user: googleapi: Error 404: Resource Not Found: userKey, notFound

│ with googleworkspace_user.users[“Jim”],
│ on users.tf line 8, in resource “googleworkspace_user” “users”:
│ 8: resource “googleworkspace_user” “users” {

i really need help on finding a solution, of managing that google workspace users and groups

If the error persists in creating the users in the Google Workspace account then you can also opt for the Office 365. Because there are different errors associated with this platforms. Users choose Office 365 between G Suite vs Office 365.