File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ resource "google_compute_instance" "vm_instance" {
3939 enable-osconfig = true
4040 ssh-keys = << EOT
4141 ${ local . vm_user } :ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDS+y+IyafKhgFWqa3oNlgXoihH6/XjBJeeqO9uCOD7v stanislav.bebej@aconic.eu
42- ${ local . vm_user } :ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIESV4CSjcjtXe7VM6VPrsFt33X1kFcUkEEZ3Uzlk+kEV stanislav@spectre-win
43- ${ local . vm_user } :ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPMmc5/e9XJeE9VYdw0L3JNEKtKQorXoPSMI0DxPcHzi stanislav@thinkcentre
44- ${ local . vm_user } :ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINL0SbjzTRSBW+8M2zRxgtNJQNSPWvJGNSaqV1LX8y8R JuiceSSH
42+ ${ local . vm_user } :ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIECW66qaew8POZCHQKg9B9t2YM+1ptPh6wZaD5OlBjxK rpi-pihole
43+ ${ local . vm_user } :ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFKGRjPnYbiBdrTH6hXLrt2Q17HAt0gUqOWfFwKAmwes spectre-lin
44+ ${ local . vm_user } :ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPyAgsr34dcesH47pKL2oGMTnyD2BQNtWaYPToJGOwpY fedora@external
4545 EOT
4646 }
4747
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ terraform {
22 required_providers {
33 google = {
44 source = " hashicorp/google"
5- version = " >= 5 .0"
5+ version = " 7.20 .0"
66 }
77 }
88
9- required_version = " >= 1.5.0 "
9+ required_version = " ~> 1.14.5 "
1010}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ .. / .. / modules/ pihole/ providers. tf
You can’t perform that action at this time.
0 commit comments