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

Error in azurerm_powerbi_embedded name constraint #248

Closed
arnaudlh opened this issue Jul 18, 2023 · 0 comments · Fixed by #268
Closed

Error in azurerm_powerbi_embedded name constraint #248

arnaudlh opened this issue Jul 18, 2023 · 0 comments · Fixed by #268
Assignees
Labels
bug Something isn't working
Milestone

Comments

@arnaudlh
Copy link
Member

│ Error: "name" must be between 4 and 64 characters in length and contains only lowercase letters or numbers.
│ 
│   with module.example.module.powerbi_embedded["powerbi_re1"].azurerm_powerbi_embedded.powerbi,
│   on ../modules/powerbi_embedded/module.tf line 13, in resource "azurerm_powerbi_embedded" "powerbi":
│   13:   name                = data.azurecaf_name.powerbi.result
│ 
╵

Need to remove dashes and underscores which are currently allowed: https://github.com/aztfmod/terraform-provider-azurecaf/blob/eacec6273e6ba23a9ada6c6f44b18df244260434/resourceDefinition.json#L2899C18-L2899C42

@arnaudlh arnaudlh added the bug Something isn't working label Jul 18, 2023
@arnaudlh arnaudlh self-assigned this Jan 11, 2024
@arnaudlh arnaudlh added this to the 1.2.27 milestone Jan 11, 2024
@arnaudlh arnaudlh linked a pull request Jan 11, 2024 that will close this issue
7 tasks
arnaudlh added a commit that referenced this issue Jan 16, 2024
* Update regex

* Update modules

* Update regex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant