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

Fix ROKs estimates, update golden tests, fix transit gateway estimate #157

Merged
merged 5 commits into from
Apr 3, 2024

Conversation

hiltol
Copy link
Collaborator

@hiltol hiltol commented Apr 2, 2024

No description provided.

@hiltol hiltol requested review from luisarojas and YuChinKoo April 2, 2024 19:51
Comment on lines -46 to -66
resource "ibm_resource_instance" "resource_instance_appconnect_ent" {
name = "appconnect-ent"
service = "appconnect"
plan = "appconnectplanenterprise"
location = "us-south"
}

resource "ibm_resource_instance" "resource_instance_appconnect_pro" {
name = "appconnect-pro"
service = "appconnect"
plan = "appconnectplanprofessional"
location = "us-south"
}

resource "ibm_resource_instance" "resource_instance_appconnect_lite" {
name = "appconnect-lite"
service = "appconnect"
plan = "lite"
location = "us-south"
}

Copy link
Collaborator

Choose a reason for hiding this comment

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

You probably would want to remove the corresponding usages in the internal/providers/terraform/ibm/testdata/resource_instance_test/resource_instance_test.usage.yml file

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

thank you

@hiltol hiltol merged commit 1a566dc into master Apr 3, 2024
3 of 7 checks passed
@hiltol hiltol deleted the fix/roks-entitlement branch April 3, 2024 13:32
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.

3 participants