mirror of https://github.com/hashicorp/terraform
provider/azurerm: `azurerm_storage_blob` validation fix (#7328)
The validation for the `azurerm_storage_blob` `type` parameter was checking for `blob` where it should have been `block` This commits fixes it up ``` make testacc TEST=./builtin/providers/azurerm TESTARGS='-run=TestResourceAzureRMStorageBlobType_validation' ==> Checking that code complies with gofmt requirements... go generate $(go list ./... | grep -v /vendor/) TF_ACC=1 go test ./builtin/providers/azurerm -v -run=TestResourceAzureRMStorageBlobType_validation -timeout 120m === RUN TestResourceAzureRMStorageBlobType_validation --- PASS: TestResourceAzureRMStorageBlobType_validation (0.00s) PASS ok github.com/hashicorp/terraform/builtin/providers/azurerm 0.014s ```pull/7844/head
parent
bf2e8e23d9
commit
c3ec9c7948
Loading…
Reference in new issue