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

05 password and username #19

Open
sofusalbertsen opened this issue May 17, 2024 · 0 comments
Open

05 password and username #19

sofusalbertsen opened this issue May 17, 2024 · 0 comments

Comments

@sofusalbertsen
Copy link
Contributor

using values

password=password
user=user

Are giving the following error:


╷
│ Error: "admin_username" specified is not allowed, got "user", cannot match: "administrator, admin, user, user1, test, user2, test1, user3, admin1, 1, 123, a, actuser, adm, admin2, aspnet, backup, console, david, guest, john, owner, root, server, sql, support, support_388945a0, sys, test2, test3, user4, user5"
│ 
│   with azurerm_linux_virtual_machine.client["client2"],
│   on clients.tf line 33, in resource "azurerm_linux_virtual_machine" "client":
│   33:   admin_username                  = var.admin_username
│ 
╵
╷
│ Error: "admin_username" specified is not allowed, got "user", cannot match: "administrator, admin, user, user1, test, user2, test1, user3, admin1, 1, 123, a, actuser, adm, admin2, aspnet, backup, console, david, guest, john, owner, root, server, sql, support, support_388945a0, sys, test2, test3, user4, user5"
│ 
│   with azurerm_linux_virtual_machine.client["client1"],
│   on clients.tf line 33, in resource "azurerm_linux_virtual_machine" "client":
│   33:   admin_username                  = var.admin_username
│ 
╵
╷
│ Error: "admin_password" has to fulfill 3 out of these 4 conditions: Has lower characters, Has upper characters, Has a digit, Has a special character other than "_", fullfiled only 1 conditions
│ 
│   with azurerm_linux_virtual_machine.client["client2"],
│   on clients.tf line 35, in resource "azurerm_linux_virtual_machine" "client":
│   35:   admin_password                  = var.admin_password
│ 
╵
╷
│ Error: "admin_password" has to fulfill 3 out of these 4 conditions: Has lower characters, Has upper characters, Has a digit, Has a special character other than "_", fullfiled only 1 conditions
│ 
│   with azurerm_linux_virtual_machine.client["client1"],
│   on clients.tf line 35, in resource "azurerm_linux_virtual_machine" "client":
│   35:   admin_password                  = var.admin_password
│ 
╵
╷
│ Error: "admin_username" specified is not allowed, got "user", cannot match: "administrator, admin, user, user1, test, user2, test1, user3, admin1, 1, 123, a, actuser, adm, admin2, aspnet, backup, console, david, guest, john, owner, root, server, sql, support, support_388945a0, sys, test2, test3, user4, user5"
│ 
│   with azurerm_linux_virtual_machine.server,
│   on server.tf line 29, in resource "azurerm_linux_virtual_machine" "server":
│   29:   admin_username                  = var.admin_username
│ 
╵
╷
│ Error: "admin_password" has to fulfill 3 out of these 4 conditions: Has lower characters, Has upper characters, Has a digit, Has a special character other than "_", fullfiled only 1 conditions
│ 
│   with azurerm_linux_virtual_machine.server,
│   on server.tf line 31, in resource "azurerm_linux_virtual_machine" "server":
│   31:   admin_password                  = var.admin_password
│ 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant