mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
chore: terraform fmt
This commit is contained in:
parent
b926bc6a40
commit
bdd57fe0b0
2 changed files with 8 additions and 8 deletions
|
|
@ -27,13 +27,13 @@ module "hakurei_system_records" {
|
||||||
}
|
}
|
||||||
|
|
||||||
module "reimu_system_records" {
|
module "reimu_system_records" {
|
||||||
source = "./system/records"
|
source = "./system/records"
|
||||||
name = "reimu"
|
name = "reimu"
|
||||||
zone_id = cloudflare_zone.gensokyo-zone_zone.id
|
zone_id = cloudflare_zone.gensokyo-zone_zone.id
|
||||||
zone_zone = cloudflare_zone.gensokyo-zone_zone.zone
|
zone_zone = cloudflare_zone.gensokyo-zone_zone.zone
|
||||||
tailscale_v4 = "100.113.253.48"
|
tailscale_v4 = "100.113.253.48"
|
||||||
tailscale_v6 = "fd7a:115c:a1e0::f1b1:fd30"
|
tailscale_v6 = "fd7a:115c:a1e0::f1b1:fd30"
|
||||||
local_v6 = "fd0a::be24:11ff:fec4:66a8"
|
local_v6 = "fd0a::be24:11ff:fec4:66a8"
|
||||||
local_subdomains = [
|
local_subdomains = [
|
||||||
"nfs",
|
"nfs",
|
||||||
"smb",
|
"smb",
|
||||||
|
|
|
||||||
|
|
@ -102,12 +102,12 @@ resource "proxmox_virtual_environment_vm" "freeipa" {
|
||||||
}
|
}
|
||||||
|
|
||||||
cdrom {
|
cdrom {
|
||||||
file_id = "local:iso/Fedora-Server-netinst-x86_64-39-1.5.iso"
|
file_id = "local:iso/Fedora-Server-netinst-x86_64-39-1.5.iso"
|
||||||
}
|
}
|
||||||
|
|
||||||
disk {
|
disk {
|
||||||
datastore_id = "local-zfs"
|
datastore_id = "local-zfs"
|
||||||
format = "raw"
|
format = "raw"
|
||||||
interface = "scsi0"
|
interface = "scsi0"
|
||||||
size = 32
|
size = 32
|
||||||
}
|
}
|
||||||
|
|
@ -122,7 +122,7 @@ resource "proxmox_virtual_environment_vm" "freeipa" {
|
||||||
|
|
||||||
tpm_state {
|
tpm_state {
|
||||||
datastore_id = "local-zfs"
|
datastore_id = "local-zfs"
|
||||||
version = "v2.0"
|
version = "v2.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
serial_device {}
|
serial_device {}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue