this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(infra): temporarily disable Hetzner VM

Khue Doan f42c68d5 0448ff72

+4 -34
-34
infra/production/hetzner/compute/.terraform.lock.hcl
··· 1 1 # This file is maintained automatically by "tofu init". 2 2 # Manual edits may be lost in future updates. 3 3 4 - provider "registry.opentofu.org/hashicorp/external" { 5 - version = "2.3.5" 6 - hashes = [ 7 - "h1:jcVmeuuz74tdRt2kj0MpUG9AORdlAlRRQ3k61y0r5Vc=", 8 - "zh:1fb9aca1f068374a09d438dba84c9d8ba5915d24934a72b6ef66ef6818329151", 9 - "zh:3eab30e4fcc76369deffb185b4d225999fc82d2eaaa6484d3b3164a4ed0f7c49", 10 - "zh:4f8b7a4832a68080f0bf4f155b56a691832d8a91ce8096dac0f13a90081abc50", 11 - "zh:5ff1935612db62e48e4fe6cfb83dfac401b506a5b7b38342217616fbcab70ce0", 12 - "zh:993192234d327ec86726041eb6d1efb001e41f32e4518ad8b9b162130b65ee9a", 13 - "zh:ce445e68282a2c4b2d1f994a2730406df4ea47914c0932fb4a7eb040a7ec7061", 14 - "zh:e305e17216840c54194141fb852839c2cedd6b41abd70cf8d606d6e88ed40e64", 15 - "zh:edba65fb241d663c09aa2cbf75026c840e963d5195f27000f216829e49811437", 16 - "zh:f306cc6f6ec9beaf75bdcefaadb7b77af320b1f9b56d8f50df5ebd2189a93148", 17 - "zh:fb2ff9e1f86796fda87e1f122d40568912a904da51d477461b850d81a0105f3d", 18 - ] 19 - } 20 - 21 - provider "registry.opentofu.org/hashicorp/null" { 22 - version = "3.2.4" 23 - hashes = [ 24 - "h1:jsKjBiLb+v3OIC3xuDiY4sR0r1OHUMSWPYKult9MhT0=", 25 - "zh:1769783386610bed8bb1e861a119fe25058be41895e3996d9216dd6bb8a7aee3", 26 - "zh:32c62a9387ad0b861b5262b41c5e9ed6e940eda729c2a0e58100e6629af27ddb", 27 - "zh:339bf8c2f9733fce068eb6d5612701144c752425cebeafab36563a16be460fb2", 28 - "zh:36731f23343aee12a7e078067a98644c0126714c4fe9ac930eecb0f2361788c4", 29 - "zh:3d106c7e32a929e2843f732625a582e562ff09120021e510a51a6f5d01175b8d", 30 - "zh:74bcb3567708171ad83b234b92c9d63ab441ef882b770b0210c2b14fdbe3b1b6", 31 - "zh:90b55bdbffa35df9204282251059e62c178b0ac7035958b93a647839643c0072", 32 - "zh:ae24c0e5adc692b8f94cb23a000f91a316070fdc19418578dcf2134ff57cf447", 33 - "zh:b5c10d4ad860c4c21273203d1de6d2f0286845edf1c64319fa2362df526b5f58", 34 - "zh:e05bbd88e82e1d6234988c85db62fd66f11502645838fff594a2ec25352ecd80", 35 - ] 36 - } 37 - 38 4 provider "registry.opentofu.org/hetznercloud/hcloud" { 39 5 version = "1.52.0" 40 6 constraints = "~> 1.45"
+4
infra/production/hetzner/compute/terragrunt.hcl
··· 1 + # TODO temporarily disable Hetzner until I fix the IPv6 issue 2 + # https://wiki.nixos.org/wiki/Install_NixOS_on_Hetzner_Cloud 3 + skip = true 4 + 1 5 include "root" { 2 6 path = find_in_parent_folders("root.hcl") 3 7 expose = true