Skip to content
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_server: name must be lower case #314

Closed
StefanSchoof opened this issue Sep 8, 2017 · 2 comments
Closed

azurerm_sql_server: name must be lower case #314

StefanSchoof opened this issue Sep 8, 2017 · 2 comments
Labels

Comments

@StefanSchoof
Copy link
Contributor

StefanSchoof commented Sep 8, 2017

Terraform Version

0.10.3

Affected Resource(s)

  • azurerm_sql_server

Terraform Configuration Files

resource "azurerm_resource_group" "production" {
  name     = "terraformTest"
  location = "West Europe"
}

resource "azurerm_sql_server" "test" {
  name="MysqlServerasdsadasdasdas"
  resource_group_name="${azurerm_resource_group.production.name}"
  location="${azurerm_resource_group.production.location}"
  version="12.0"
  administrator_login="xxx"
  administrator_login_password="xxx"
}

Expected Behavior

If try to use a name with Uppercase chars in the name, the behavior should be better.
The documentation or/and the system says that the name has to be lowercase or convert the name to lowercase.

Actual Behavior

terraform apply fails with a StatusCode=400 -- Original Error: autorest/azure: Service returned an error. Status=400 Code="Unknown" Message="Unknown service error"

Steps to Reproduce

  1. terraform apply

References

@tombuildsstuff
Copy link
Contributor

Closed via #323

@ghost
Copy link

ghost commented Apr 1, 2020

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 👉 [email protected]. Thanks!

@ghost ghost locked and limited conversation to collaborators Apr 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants