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
╷
│ 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
│
The text was updated successfully, but these errors were encountered:
using values
Are giving the following error:
The text was updated successfully, but these errors were encountered: