-
Hi, ╷ in my variable.tf I define variable "sku_name" { I know that I can use "Consumption", "Developer", "Basic", "Standard" and "Premium" as default but none of them work and I have the same error. I Use previously-installed hashicorp/azurerm v4.10.0 for tofu. Thank you in advance. Dieudonné |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey @nsabidi! This part of validation is on the provider side so it is Azure-specific. I believe you also need to specify a capacity for
Hope that helps! |
Beta Was this translation helpful? Give feedback.
Hey @nsabidi!
This part of validation is on the provider side so it is Azure-specific. I believe you also need to specify a capacity for
sku_name
field, e.g.Developer_1
. Not sure if that's the provider you use, but here are the docs:Hope that helps!