You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The server name regexp should allow the name to start with only one lower-case letter or number.
Actual Behavior
Got error about server name not matching with the regexp. Regexp expects the two first characters to be lower-case letters or numbers.
Acquiring state lock. This may take a few moments...Error: "name" did not match regex "^[0-9a-z]{2}[-0-9a-z]{0,60}[0-9a-z]$" on main.tf line 162, in resource "azurerm_postgresql_server" "development": 162: resource "azurerm_postgresql_server" "development" {Error: "name" can contain only lowercase letters, numbers, and '-', but can't start or end with '-' or have more than 63 characters. on main.tf line 162, in resource "azurerm_postgresql_server" "development": 162: resource "azurerm_postgresql_server" "development" {
Steps to Reproduce
terraform apply or terraform plan
Important Factoids
References
The text was updated successfully, but these errors were encountered:
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
locked and limited conversation to collaborators
Apr 18, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Community Note
Terraform (and AzureRM Provider) Version 0.12.23 (2.0.0)
Affected Resource(s)
azurerm_postgresql_server
Terraform Configuration Files
Expected Behavior
The server name regexp should allow the name to start with only one lower-case letter or number.
Actual Behavior
Got error about server name not matching with the regexp. Regexp expects the two first characters to be lower-case letters or numbers.
Steps to Reproduce
terraform apply
orterraform plan
Important Factoids
References
The text was updated successfully, but these errors were encountered: