Skip to content
Snippets Groups Projects
Verified Commit 3029a130 authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

Update ssh key, fix updated variables

parent 58a0fa25
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ provider "proxmox" {
locals {
ssh_keys = <<EOF
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHXuXr/Mz1ENkvZ+Ntc9dF1r8VK62XaZtsMaV7N+CMZ8 rlacko
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPpH+TNAwcmxYc5cVctH04wUU83Pba6s/AkKXOnhDn+m rlacko@zen
EOF
}
......
......@@ -8,7 +8,7 @@ export GITLAB_STATE_NAME="state"
export GITLAB_USER="user"
# Access token with API Acces to the repo
export GITLAB_REPO_TOKEN="acces token"
# vSphere Username
export TF_VAR_vsphere_user="username"
# vSphere Password
export TF_VAR_vsphere_password="pw"
# Username
export PM_USER="username"
# Password
export PM_PASS="pw"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment