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" { ...@@ -16,7 +16,7 @@ provider "proxmox" {
locals { locals {
ssh_keys = <<EOF ssh_keys = <<EOF
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHXuXr/Mz1ENkvZ+Ntc9dF1r8VK62XaZtsMaV7N+CMZ8 rlacko ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPpH+TNAwcmxYc5cVctH04wUU83Pba6s/AkKXOnhDn+m rlacko@zen
EOF EOF
} }
......
...@@ -8,7 +8,7 @@ export GITLAB_STATE_NAME="state" ...@@ -8,7 +8,7 @@ export GITLAB_STATE_NAME="state"
export GITLAB_USER="user" export GITLAB_USER="user"
# Access token with API Acces to the repo # Access token with API Acces to the repo
export GITLAB_REPO_TOKEN="acces token" export GITLAB_REPO_TOKEN="acces token"
# vSphere Username # Username
export TF_VAR_vsphere_user="username" export PM_USER="username"
# vSphere Password # Password
export TF_VAR_vsphere_password="pw" 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