-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Internal error encountered when updating an essential contact #10386
Internal error encountered when updating an essential contact #10386
Comments
same error on terraform-provider-google/4.0.0 |
The issue seems to be that the |
Where do you see that |
Hi @slevenick
We need |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
modular-magician
user, it is either in the process of being autogenerated, or is planned to be autogenerated soon. If an issue is assigned to a user, that user is claiming responsibility for the issue. If an issue is assigned tohashibot
, a community member has claimed the issue already.Information
We get an error when updating an existing email set on the essential contacts and we have tested both the google and the google-beta provider
The plan looks like this and that seems in order (the actual email is obfuscated)
Terraform will perform the following actions:
Terraform Version
v 3.89.0
Affected Resource(s)
Terraform Configuration Files
Debug Output
---[ REQUEST ]---------------------------------------
PATCH /v1/projects/the-project-id/contacts/0?alt=json&updateMask=email HTTP/1.1
Host: essentialcontacts.googleapis.com
User-Agent: Terraform/1.0.8 (+https://www.terraform.io) Terraform-Plugin-SDK/2.5.0 terraform-provider-google-beta/3.89.0
Content-Length: 106
Content-Type: application/json
Accept-Encoding: gzip
{
"email": "[email protected]",
"languageTag": "en-GB",
"notificationCategorySubscriptions": [
"ALL"
]
}
-----------------------------------------------------: timestamp=2021-10-25T11:27:30.333Z
2021-10-25T11:27:30.740Z [INFO] provider.terraform-provider-google-beta_v3.89.0_x5: 2021/10/25 11:27:30 [DEBUG] Google API Response Details:
---[ RESPONSE ]--------------------------------------
HTTP/2.0 500 Internal Server Error
Cache-Control: private
Content-Type: application/json; charset=UTF-8
Date: Mon, 25 Oct 2021 11:27:30 GMT
Server: ESF
Vary: Origin
Vary: X-Origin
Vary: Referer
X-Content-Type-Options: nosniff
X-Debug-Tracking-Id: 12671933596528845615;o=0
X-Frame-Options: SAMEORIGIN
X-Xss-Protection: 0
{
"error": {
"code": 500,
"message": "Internal error encountered.",
"status": "INTERNAL"
}
}
Expected Behavior
The email that is set as the contact should have been changed
Actual Behavior
Internal error was encountered, terraform apply fails
Steps to Reproduce
Create a essential contacts contact and deploy it
Update the contact information
Re-deploy to apply the changed user
The text was updated successfully, but these errors were encountered: