Skip to content

Commit

Permalink
style: re-format resources
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenschneider committed Dec 20, 2023
1 parent 77f3402 commit e94177d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion domain-cloudinit/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
locals {
user_data = {
ssh_public_keys: join(",", var.ssh_public_keys)
ssh_public_keys : join(",", var.ssh_public_keys)
}
}

Expand Down
4 changes: 2 additions & 2 deletions domain-cloudinit/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ variable "domain_mac" {

variable "cloudinit_user_data" {
description = "cloudinit user data file"
type = string
type = string
default = "templates/cloud_init.cfg"
}

variable "cloudinit_user_network" {
description = "cloudinit network config file"
type = string
type = string
default = "templates/network_config.cfg"
}

Expand Down
4 changes: 2 additions & 2 deletions envs/vserver-2.ez.soeren.cloud/terraform.tfvars
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
provider_uri = "qemu+ssh://[email protected]/system"
hosts_file = "/home/soeren/src/gitlab/ansible/inventory/prod/group_vars/all/hosts.yml"
hosts_file = "/home/soeren/src/gitlab/ansible/inventory/prod/group_vars/all/hosts.yml"

datacenter = "ez"
vm_host = "vserver-2"
vm_host = "vserver-2"

iso_urls = {
"debian-12" = "https://cdimage.debian.org/images/cloud/bookworm/20230723-1450/debian-12-generic-amd64-20230723-1450.qcow2"
Expand Down
4 changes: 2 additions & 2 deletions envs/vserver.dd.soeren.cloud/terraform.tfvars
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
provider_uri = "qemu+ssh://[email protected]/system"
datacenter = "dd"
vm_host = "vserver"
datacenter = "dd"
vm_host = "vserver"

iso_urls = {
"debian-12" = "https://cdimage.debian.org/images/cloud/bookworm/20230723-1450/debian-12-generic-amd64-20230723-1450.qcow2"
Expand Down
4 changes: 2 additions & 2 deletions envs/vserver.pt.soeren.cloud/terraform.tfvars
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
provider_uri = "qemu+ssh://[email protected]/system"
datacenter = "pt"
vm_host = "vserver"
datacenter = "pt"
vm_host = "vserver"
iso_urls = {
"debian-12" = "https://cdimage.debian.org/images/cloud/bookworm/20230723-1450/debian-12-generic-amd64-20230723-1450.qcow2"
}

0 comments on commit e94177d

Please sign in to comment.