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

Refactor instance console languages-ip-volumes data source and documen… #31

Closed
wants to merge 11 commits into from

Conversation

Diptipowervs
Copy link

…etation

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'

...

@Diptipowervs Diptipowervs changed the title Catalog refactor instance console languages-ip-volumes data source and documen… Refactor instance console languages-ip-volumes data source and documen… Dec 31, 2023
ConsoleLanguages = "console_languages"
ConsoleLanguageCode = "code"
ConsoleLanguageDesc = "language"
ConsoleLanguageCode = "Code"
)
Copy link
Collaborator

Choose a reason for hiding this comment

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

The constants here were also used in the resource files. Eventually, I want the constants defined here gone and constants only defined in ibm_pi_constants.go. For now, to avoid having to change the data source files multiple times and also avoid compilation issues with resource files move these to ibm_pi_constants.go.

Copy link
Author

Choose a reason for hiding this comment

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

Addressed

Copy link
Collaborator

Choose a reason for hiding this comment

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

@Diptipowervs The ConsoleLanguageCode variable didn't get moved to ibm_pi_connstants.go?

Copy link
Author

Choose a reason for hiding this comment

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

Changes made

@Diptipowervs
Copy link
Author

PR raised in main

@michaelkad michaelkad deleted the instance-console-ip-volume branch May 28, 2024 19:00
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.

2 participants