Skip to content

Commit

Permalink
fix: must use adminuser due to azure linux vm limitations
Browse files Browse the repository at this point in the history
Signed-off-by: Fredrik Klingenberg <[email protected]>
  • Loading branch information
fredrkl committed Nov 11, 2023
1 parent 3ff982a commit 1b1a3de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/bastion/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ resource "azurerm_linux_virtual_machine" "example" {
}

admin_ssh_key {
username = "fredrikklingenberg"
username = "adminuser"
public_key = var.ssh_public_key
}

Expand Down

0 comments on commit 1b1a3de

Please sign in to comment.