Skip to content
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

Merged
merged 27 commits into from
Jan 17, 2025

Conversation

arjunchauhanibm
Copy link
Contributor

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request

Relates OR Closes #0000

Output from acceptance testing:

$ make testacc TESTARGS='-run=TestAccXXX'

...

@arjunchauhanibm arjunchauhanibm changed the title feat(PDNS): update custom resolver profile and views feat(PDNS): update custom resolver profile and views[DO NOT MERGE] Sep 6, 2024
@hkantare
Copy link
Collaborator

hkantare commented Oct 1, 2024

Signing off the Terraform support for provider

@arjunchauhanibm
Copy link
Contributor Author

Testing Doc: https://ibm.ent.box.com/notes/1654095457908

@hkantare
Copy link
Collaborator

Approved PR

Copy link

@Lauren-Fulcher Lauren-Fulcher left a 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!

@arjunchauhanibm arjunchauhanibm changed the title feat(PDNS): update custom resolver profile and views[DO NOT MERGE] feat(PDNS): update custom resolver profile and views. Jan 10, 2025
@@ -1,8 +1,8 @@
module github.com/IBM-Cloud/terraform-provider-ibm

go 1.22.5
go 1.23.3
Copy link
Collaborator

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

Copy link
Collaborator

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,
Copy link
Collaborator

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

Copy link
Collaborator

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

@hkantare hkantare merged commit d8d4052 into IBM-Cloud:master Jan 17, 2025
1 check passed
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.

4 participants