You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: expected sku to be one of [Basic], got Standard
│
│ with azurestack_lb.example,
│ on main.tf line 20, in resource "azurestack_lb" "example":
│ 20: sku = "Standard"
Community Note
Terraform (and AzureStack Provider) Version
Azure stack provider v1.0.0
Affected Resource(s)
azurestack_lb
Terraform Configuration Files
Debug Output
N/A
Panic Output
N/A
Expected Behaviour
A loadbalancer with SKU "Standard" should have been created, since it should be supported by the provider according to the documentation ( https://registry.terraform.io/providers/hashicorp/azurestack/latest/docs/resources/loadbalancer#sku )
Actual Behaviour
The provider code does actually not support Standard lb : https://github.com/hashicorp/terraform-provider-azurestack/blob/main/internal/services/loadbalancer/loadbalancer_resource.go
Steps to Reproduce
N/A
Important Factoids
N/A
References
https://registry.terraform.io/providers/hashicorp/azurestack/latest/docs/resources/loadbalancer#sku
The text was updated successfully, but these errors were encountered: