Skip to content

Conversation

@hellertang
Copy link
Collaborator

No description provided.

@hellertang hellertang changed the title fix dnspod error fix(dnspod): [128831371] tencentcloud_dnspod_domain_instance fix int error Nov 25, 2025
if v, ok := d.GetOk("domain"); ok {
domain = v.(string)
}
if v, ok := d.GetOk("group_id"); ok {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里改成 d.GetOkExists("group_id")会更好些

@hellertang hellertang merged commit 228d331 into master Nov 25, 2025
8 checks passed
@hellertang hellertang deleted the feat/fix_dnspod_error branch November 25, 2025 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants