-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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 #93
Comments
@holmesb @tombuildsstuff There are three different issues here which make the situation a bit more complicated.
|
@dominik-lekse apologies for the delayed response to this
I think this comes from an earlier incorrect version of the documentation page
I've updated the documentation to state this needs to be globally unique in #289 - and the examples with a comment to this effect. In addition - I've now updated the code to return a friendlier error if the name is in use - and I'm just working through testing this at the moment.
I've updated this in the documentation in #289. As such I believe we should be able to close this issue once #289 is merged. Thanks! |
Hi @tombuildsstuff The error i get when i execute the terraform script is
Any help is appriciated. Thanks |
@reddyed can you please open a new issue specifically for this? Thanks! |
This issue was originally opened by @holmesb as hashicorp/terraform#14785. It was migrated here as part of the provider split. The original body of the issue is below.
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: