Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Den85s committed Oct 1, 2023
1 parent ddca76e commit a6cd844
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/terraform.tfvars.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cloud_id = "xxxxxxxxxxxxxxxx"
folder_id = "xxxxxxxxxxx"
zone = "ru-central1-a"
image_id = "xxxxxxxxxxxxxxx"
public_key_path = "home/.ssh/id_rsa_xxxx.pub"
private_key_path = "home/.ssh/id_rsa_xxxx"
public_key_path = "/home/.ssh/id_rsa_xxxx.pub"
private_key_path = "/home/.ssh/id_rsa_xxxx"
subnet_id = "xxxxxx"
service_account_key_file = "key.json"

0 comments on commit a6cd844

Please sign in to comment.