-
Notifications
You must be signed in to change notification settings - Fork 9.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
azurerm_sql_elasticpool Example Usage code fails #14785
Comments
Hi @holmesb Apologies for this - I have just opened a PR that fixes the example - the params were named incorrectly - it will make it's way to the website within the next 10 minutes Sorry again Paul |
Yes still fails (which is prob why you've reopened). After changing the two attributes to: |
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Terraform Version
v0.9.5
Affected Resource(s)
azurerm_sql_elasticpool
Terraform Configuration Files
Example Usage code:
Expected Behavior
SQL Elastic pool is created
Actual Behavior
Running Example Usage code gives:
"invalid or unknown key: db_max_dtu"
"invalid or unknown key: db_min_dtu"
After removing these two attributes, get
And then on second attempt:
Steps to Reproduce
Run Example Usage code
The text was updated successfully, but these errors were encountered: