-
Notifications
You must be signed in to change notification settings - Fork 2
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
Conversation
ConsoleLanguages = "console_languages" | ||
ConsoleLanguageCode = "code" | ||
ConsoleLanguageDesc = "language" | ||
ConsoleLanguageCode = "Code" | ||
) |
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.
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.
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.
Addressed
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.
@Diptipowervs The ConsoleLanguageCode variable didn't get moved to ibm_pi_connstants.go?
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.
Changes made
PR raised in main |
…etation
Community Note
Relates OR Closes #0000
Output from acceptance testing: