-
Notifications
You must be signed in to change notification settings - Fork 144
fix: [123456789] tencentcloud_teo_origin_group and tencentcloud_teo_l7_acc_setting apply always update #3660
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
base: master
Are you sure you want to change the base?
Conversation
|
|
||
| if *result.Response.SpaceSet[0].SpaceState != SPACE_STATE_ONLINE { | ||
| return resource.RetryableError(fmt.Errorf("create thpc workspaces status is %d, requestId is %s", *result.Response.SpaceSet[0].SpaceState, *result.Response.RequestId)) | ||
| return resource.RetryableError(fmt.Errorf("create thpc workspaces status is %s, requestId is %s", *result.Response.SpaceSet[0].SpaceState, *result.Response.RequestId)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you're right
| if descp == "" { | ||
| rr = append(rr, title) | ||
| continue | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is not recommended to change this, as it will affect the provider's generated document titles.
https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/latest/docs
| _ = d.Set("zone_config", v) | ||
| return nil | ||
| } | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "strings" | ||
| ) | ||
|
|
||
| func teoOriginGroupRecordsHash(v interface{}) int { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this function for using a custom hash to perform resource migration verification?


fixes: #3657
tencentcloud_teo_origin_group.origin_group
tencentcloud_teo_l7_acc_setting
apply twice always update