Skip to content

Commit

Permalink
Merge pull request #41 from mischavandenburg/feat/deploy-with-remote-…
Browse files Browse the repository at this point in the history
…state

feat: change storage account name
  • Loading branch information
mischavandenburg authored Jan 10, 2025
2 parents 694654c + 6b4912e commit 8f7f811
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,12 @@ resource "azurerm_linux_virtual_machine" "kc_terraform_vm" {
username = local.vm.admin_username
public_key = azapi_resource_action.ssh_public_key_gen.output.publicKey
}


admin_ssh_key {
username = local.vm.admin_username
public_key = "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC7cKlVWUh8/PPsU4pSKjXucEEVDp99JG+EMUy7vf1CTCQoJ54OJ0ShFFPv5ddyDuZ4wVN04UlVXIna25TgDu3F1VpedzT+W7uqB+Evyz+lqtj/m57eLewjzB1w670OgNNE3XjgBG3FRqysyIOq+nG8X2LITVJVprrx7NoOwOZSGu92+8UQ4f0IyMcvvpFgzp+86zaHQ220fasEn8GZ/by2o94BV0Frk98RvnI9/woEQg/zavkQqERqSWl3VLzXNe2kJlcGG613fGZrbtsH2i3UV4yMOxFa1MInzlh4io6FmI9ic3YLJ8L+9BWxN9IdA0mE5N21SpWG9elWp/MmN8vzQvdqKJmKnjZfeLDpNXB9PTKsJ1hkch2ssb/OrfJ5dTIJNQZixL+f1ZumDzfAQXBMaMj8h+oCuiwfyVY9br8JSJeEM7AWVNavmRWdmv/o8XccGn0d2xqEwzBT4GOM/iKR45tI1xMckbfwS8R04OfxVWPB3qsffUwXN4i+wUVox5K1+qSjTcuXiLgdaXDwNaOshzi/iEK9y34StxJ8OxUL8eEuuU2xC49hfP7qqPqWefxqEVBzalpzG5GcokWFF0lmDX5WXj6dF1hKV31p1MglPyVi00RESWbHTAIWc/x5pPUX02tZ9FeFRXSTAAEce0E1WiSu+tbI0+ftUesjizhJIQ== cardno:23_421_713"
}


}
2 changes: 1 addition & 1 deletion terraform/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ terraform {
backend "azurerm" {
resource_group_name = "tfstate"
# TODO: use your own storage_account_name
storage_account_name = "tfstate1028"
storage_account_name = "tfstate7330"
container_name = "tfstate"
key = "terraform.tfstate"
}
Expand Down

0 comments on commit 8f7f811

Please sign in to comment.