Closed ghost closed 4 years ago
I think you didn't use the correct "requested service objective name" (DW100). Can you try with this:
requested_service_objective_name = "DW100c"
Maybe the error code should be changed.
This was it! -- Can I ask we document this more clearly? I'm happy to do the work just need to know where to contribute.
@Ethan-Arrowood, it would probably be best to add it to the SQL resource documentation
Hopes this PR would be helpful.
This has been released in version 2.17.0 of the provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. As an example:
provider "azurerm" {
version = "~> 2.17.0"
}
# ... other configuration ...
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks!
This issue was originally opened by @Ethan-Arrowood as hashicorp/terraform#23690. It was migrated here as a result of the provider split. The original body of the issue is below.
Terraform Version
Terraform Configuration Files
Crash Output
Expected Behavior
An Azure SQL Server and DataWarehouse is created
Actual Behavior
SQL Server is created successfully, but SQL DataWarehouse fails on invalid generation type
Steps to Reproduce
terraform init
terraform plan -var 'location=east us' -var 'rg_name=learn-terraform' -var 'sql_server_name=etar-sql-server-1' -var 'sql_dw_name=etar-sql-dw-1' -var 'environment=testing' -out out-1.tfplan
terraform apply out-1.tfplan
Additional Context
This is being run directly from Azure Cloud Shell on a resource group with Terraform installed.
References