-
Notifications
You must be signed in to change notification settings - Fork 674
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
feat(PDNS): update custom resolver profile and views. #5625
Conversation
Signing off the Terraform support for provider |
ibm/service/dnsservices/data_source_ibm_private_dns_custom_resolver_forwarding_rules.go
Show resolved
Hide resolved
ibm/service/dnsservices/data_source_ibm_private_dns_custom_resolver_forwarding_rules.go
Outdated
Show resolved
Hide resolved
5c37702
to
5f31a2b
Compare
ibm/service/dnsservices/data_source_ibm_private_dns_custom_resolver_forwarding_rules.go
Outdated
Show resolved
Hide resolved
ibm/service/dnsservices/resource_ibm_private_dns_custom_resolver.go
Outdated
Show resolved
Hide resolved
ibm/service/dnsservices/resource_ibm_private_dns_custom_resolver_forwarding_rule.go
Outdated
Show resolved
Hide resolved
Testing Doc: https://ibm.ent.box.com/notes/1654095457908 |
ibm/service/dnsservices/data_source_ibm_private_dns_custom_resolver_forwarding_rules.go
Outdated
Show resolved
Hide resolved
Approved PR |
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.
Hi @arjunchauhanibm, I added my suggested edits in the comments. It's ready for you to review again, thanks!
ibm/service/dnsservices/data_source_ibm_private_dns_custom_resolver_forwarding_rules.go
Outdated
Show resolved
Hide resolved
ibm/service/dnsservices/resource_ibm_private_dns_custom_resolver.go
Outdated
Show resolved
Hide resolved
ibm/service/dnsservices/resource_ibm_private_dns_custom_resolver.go
Outdated
Show resolved
Hide resolved
ibm/service/dnsservices/resource_ibm_private_dns_custom_resolver.go
Outdated
Show resolved
Hide resolved
ibm/service/dnsservices/resource_ibm_private_dns_custom_resolver_forwarding_rule.go
Outdated
Show resolved
Hide resolved
ibm/service/dnsservices/resource_ibm_private_dns_custom_resolver_forwarding_rule.go
Show resolved
Hide resolved
ibm/service/dnsservices/data_source_ibm_private_dns_custom_resolver_forwarding_rules.go
Show resolved
Hide resolved
ibm/service/dnsservices/resource_ibm_private_dns_custom_resolver_forwarding_rule.go
Show resolved
Hide resolved
ibm/service/dnsservices/resource_ibm_private_dns_custom_resolver_forwarding_rule.go
Show resolved
Hide resolved
@@ -1,8 +1,8 @@ | |||
module github.com/IBM-Cloud/terraform-provider-ibm | |||
|
|||
go 1.22.5 | |||
go 1.23.3 |
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.
Don't upgrade to 1.23
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.
we need to check if all go sdk are compatible or n't
can we roll back to 1.22
@@ -165,6 +181,36 @@ func ResourceIBMPrivateDNSCustomResolver() *schema.Resource { | |||
Type: schema.TypeString, | |||
}, | |||
}, | |||
pdnsCRFRViews: { | |||
Type: schema.TypeList, |
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.
Can we have Type as TypeSet when u add multiple items when we run plan may be it will show diff since list is unordered list
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.
Same comment holds for all list types
Community Note
Relates OR Closes #0000
Output from acceptance testing: