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: compute.ImagesClient#CreateOrUpdate: Failure sending request: StatusCode=0 -- Original Error: Code="InvalidParameter" Message="Required parameter 'hyperVGeneration' is missing (null)." Target="hyperVGeneration"
Expected Behaviour
azurestack_image.azsi: Creating...
azurestack_image.azsi: Still creating... [10s elapsed]
azurestack_image.azsi: Still creating... [20s elapsed]
azurestack_image.azsi: Still creating... [30s elapsed]
azurestack_image.azsi: Still creating... [40s elapsed]
azurestack_image.azsi: Creation complete after...
Actual Behaviour
azurestack_image.azsi: Creating...
╷
│ Warning: Argument is deprecated
│
│ with provider["registry.terraform.io/hashicorp/azurestack"],
│ on provider.tf line 1, in provider "azurestack":
│ 1: provider "azurestack" {
│
│ `arm_endpoint` is deprecated in favour of `metadata_host` and will be removed in version 1.0 of the AzureStack provider.
╵
╷
│ Error: compute.ImagesClient#CreateOrUpdate: Failure sending request: StatusCode=0 -- Original Error: Code="InvalidParameter" Message="Required parameter 'hyperVGeneration' is missing (null)." Target="hyperVGeneration"
│
│ with azurestack_image.azsi,
│ on prototype.tf line 10, in resource "azurestack_image" "azsi":
│ 10: resource "azurestack_image" "azsi" {
│
╵
Community Note
Terraform (and AzureStack Provider) Version
Affected Resource(s)
azurestack_image
Terraform Configuration Files
Debug Output
Panic Output
Expected Behaviour
Actual Behaviour
Steps to Reproduce
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: