forked from infracost/infracost
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fix ibm_is_instance
limitations on supported profiles
#223
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hiltol
requested changes
Nov 4, 2024
internal/providers/terraform/ibm/testdata/is_instance_test/is_instance_test.tf
Show resolved
Hide resolved
'cx2-2x4' to unit tests
YuChinKoo
approved these changes
Nov 7, 2024
I don't see the new profiles added in the test appear in the golden file? |
You're right, that was missed — updated |
hiltol
approved these changes
Nov 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added
Support for VSI profiles:
bx3dc-16x80
bx3dc-24x120
bx3dc-2x10
bx3dc-32x160
bx3dc-48x240
bx3dc-4x20
bx3dc-64x320
bx3dc-8x40
bx3dc-96x480
cx3dc-128x320
cx3dc-16x40
cx3dc-24x60
cx3dc-2x5
cx3dc-32x80
cx3dc-48x120
cx3dc-4x10
cx3dc-64x160
cx3dc-8x20
cx3dc-96x240
Note: No service type was found that contains profile
vx2d-44x616
, so it was removed from unit testing