-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
#24103 : Support sku_tier argument as part of azurerm_spring_cloud_service #24107
Conversation
…_cloud_service resource
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.
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.
Thanks for the pr @harshavmb - looks like we have a test failure thou:
------- Stdout: -------
=== RUN TestAccSpringCloudService_containerRegistry
=== PAUSE TestAccSpringCloudService_containerRegistry
=== CONT TestAccSpringCloudService_containerRegistry
testcase.go:113: Step 1/4 error: Error running apply: exit status 1
Error: creating Spring Cloud Service: (Spring Name "acctest-sc-231206075149083916" / Resource Group "acctestRG-spring-231206075149083916"): appplatform.ServicesClient#CreateOrUpdate: Failure sending request: StatusCode=400 -- Original Error: Code="BadArgument" Message="Invalid arguments: The field Name is invalid." Details=[{"code":"BadArgument","details":null,"message":"The field Name is invalid.","target":"Sku.Name"},{"code":"BadArgument","details":null,"message":"The field Tier is invalid.","target":"Sku.Tier"}]
with azurerm_spring_cloud_service.test,
on terraform_plugin_test.tf line 42, in resource "azurerm_spring_cloud_service" "test":
42: resource "azurerm_spring_cloud_service" "test" {
--- FAIL: TestAccSpringCloudService_containerRegistry (132.11s)
Hi @katbyte , I see the reason for test failure is not setting I'll try to embed some logic to add it only when |
Hi @dgensert , Indeed it was an oversight. I'll try adding |
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.
looks good
@katbyte anything else blocking this? |
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.
Nope just delayed due to the holidays, looks good not! thanks 🧮
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
Support
sku_tier
argument as part ofazurerm_spring_cloud_service
resource.Fixes #24103