Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
maxi418 committed Feb 22, 2024
1 parent df8e389 commit 97a76ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/ionos-basic-vm/server.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ resource "ionoscloud_server" "basic_vm_server" {
image_name = var.image
cpu_family = var.cpu_family
availability_zone = var.availability_zone
ssh_keys = [ local.technicaluser_key_path ]
ssh_keys = []

# /dev/vda1
volume {
Expand Down Expand Up @@ -45,7 +45,7 @@ resource "ionoscloud_server" "basic_vm_server_not_permanent" {
image_name = var.image
cpu_family = var.cpu_family
availability_zone = var.availability_zone
ssh_keys = [local.technicaluser_key_path]
ssh_keys = []

# /dev/vda1
volume {
Expand Down

0 comments on commit 97a76ac

Please sign in to comment.