Commit Graph

71 Commits

Author SHA1 Message Date
b6d07cf91a added avlabs records for email
Some checks failed
Terraform Plan / plan (push) Failing after 0s
2025-12-26 11:56:48 +01:00
64bcdc226c added avii dns zone
Some checks failed
Terraform Plan / plan (push) Failing after 0s
2025-12-26 11:35:02 +01:00
c2169720e1 terraform init
Some checks failed
Terraform Plan / plan (push) Failing after 0s
2025-12-25 16:16:02 +01:00
b8816b1526 redid dns
Some checks failed
Terraform Plan / plan (push) Failing after 0s
2025-12-25 16:08:22 +01:00
ec6355b084 added providers to main.tf
Some checks failed
Terraform Plan / plan (push) Failing after 0s
2025-12-25 15:59:11 +01:00
169fd328f2 added dns variables
Some checks failed
Terraform Plan / plan (push) Failing after 0s
2025-12-25 15:57:03 +01:00
c48a89c768 added stuff
Some checks failed
Terraform Plan / plan (push) Failing after 0s
2025-12-24 15:03:36 +01:00
108b6d1806 feat: restructure firewall module with provider specifications and module configuration
Some checks failed
Terraform Plan / plan (push) Failing after 0s
2025-12-23 22:37:00 +01:00
f4edbe57d3 feat: add production firewall module configuration
Some checks failed
Terraform Plan / plan (push) Failing after 0s
2025-12-23 22:33:00 +01:00
149f2f0d40 feat: add firewall resource configuration with inbound and outbound rules
Some checks failed
Terraform Plan / plan (push) Failing after 0s
2025-12-23 22:31:21 +01:00
94538ef540 Add initial Terraform module structure for firewall and network
Some checks failed
Terraform Plan / plan (push) Failing after 0s
- Created main.tf, output.tf, and variables.tf for the firewall module.
- Created main.tf, output.tf, and variables.tf for the network module.
- Added provider configuration for Hetzner Cloud and NetBox in provider.tf.
- Defined sensitive variables for Hetzner API token, NetBox URL, and NetBox API token in variables.tf.
2025-12-23 22:25:20 +01:00
17d326768b feat: add Terraform Plan workflow configuration
Some checks failed
Terraform Plan / plan (push) Failing after 0s
2025-12-23 20:44:05 +01:00
d8bde29eeb fix: update .gitignore to include new Terraform files 2025-12-23 20:32:44 +01:00
a8a36a72c0 fix: remove Terraform CI/CD workflow configuration 2025-12-23 20:29:39 +01:00
516509c642 Remove Hetzner Cloud Terraform provider version 1.57.0 and associated resources
Some checks failed
Terraform CI/CD / terraform (push) Has been cancelled
- Deleted the LICENSE file for the Hetzner Cloud Terraform provider.
- Removed the README.md file for the Hetzner Cloud Terraform provider.
- Deleted the compiled provider binary (terraform-provider-hcloud_v1.57.0.exe).
- Removed Terraform configuration files related to the Hetzner FTP server, production firewall, production network, and NetBox cluster.
- Deleted provider configuration in provider.tf, including required providers and sensitive variables.
2025-12-23 20:26:53 +01:00
79c49e1ac9 fix: add netbox_interface resource for FTP server configuration
Some checks failed
Terraform CI/CD / terraform (push) Has been cancelled
2025-12-23 20:21:47 +01:00
38d5555e15 fuck chatgpt
All checks were successful
Terraform CI/CD / terraform (push) Successful in 43s
2025-12-23 20:09:41 +01:00
b6513aa86e fix: update Terraform workflow to download and upload state files
Some checks failed
Terraform CI/CD / terraform (push) Has been cancelled
2025-12-23 20:09:06 +01:00
3dce4c1c4f fix: add hcloud_network_subnet resource for production network configuration
Some checks failed
Terraform CI/CD / terraform (push) Failing after 18s
2025-12-23 19:41:35 +01:00
3d5b10600c fix: update network_id reference in hcloud_server resource for FTP server
Some checks failed
Terraform CI/CD / terraform (push) Failing after 18s
2025-12-23 19:34:54 +01:00
8c032e15e1 fix: correct syntax for network block in hcloud_server resource
Some checks failed
Terraform CI/CD / terraform (push) Failing after 16s
2025-12-23 19:33:22 +01:00
fe691f1a45 fix: add missing network configuration for FTP server resource
Some checks failed
Terraform CI/CD / terraform (push) Failing after 13s
2025-12-23 19:32:20 +01:00
f509a70db2 fix: update name reference for NetBox virtual machine configuration for FTP server
Some checks failed
Terraform CI/CD / terraform (push) Failing after 17s
2025-12-23 19:12:05 +01:00
d95094c588 fix: remove duplicate netbox_cluster_type resource definition in netbox_cluster.tf
Some checks failed
Terraform CI/CD / terraform (push) Failing after 18s
2025-12-23 19:10:39 +01:00
c75184532a fix: correct references to resource in NetBox virtual machine configuration for FTP server
Some checks failed
Terraform CI/CD / terraform (push) Failing after 18s
2025-12-23 19:04:07 +01:00
e8314acc51 fix: correct reference to hcloud_server in NetBox virtual machine configuration
Some checks failed
Terraform CI/CD / terraform (push) Failing after 15s
2025-12-23 19:02:59 +01:00
e67f1ec3c8 fix: remove network configuration from FTP server resource
Some checks failed
Terraform CI/CD / terraform (push) Failing after 18s
2025-12-23 19:02:14 +01:00
2e272afc7e fix: add cluster_id reference to NetBox virtual machine configuration for FTP server
Some checks failed
Terraform CI/CD / terraform (push) Failing after 3m0s
2025-12-23 18:58:09 +01:00
de21d81ea3 fix: correct reference to hcloud_server in NetBox virtual machine configuration
Some checks failed
Terraform CI/CD / terraform (push) Failing after 14s
2025-12-23 18:57:12 +01:00
4034267690 fix: remove cluster_id from NetBox virtual machine configuration
Some checks failed
Terraform CI/CD / terraform (push) Failing after 15s
2025-12-23 18:56:29 +01:00
1486400954 fix: update network and firewall configuration for FTP server
Some checks failed
Terraform CI/CD / terraform (push) Failing after 16s
2025-12-23 18:54:23 +01:00
e63b0c21fc fix: correct network attribute in FTP server configuration
Some checks failed
Terraform CI/CD / terraform (push) Failing after 15s
2025-12-23 18:52:03 +01:00
bc69fdef78 add initial configuration for Hetzner FTP server
Some checks failed
Terraform CI/CD / terraform (push) Failing after 17s
2025-12-23 18:51:20 +01:00
a6910ab653 restore cluster name to "Hetzner Cluster"
All checks were successful
Terraform CI/CD / terraform (push) Successful in 18s
2025-12-23 17:55:20 +01:00
eec2aa1850 update cluster name to "Hetzner Cluster test"
All checks were successful
Terraform CI/CD / terraform (push) Successful in 17s
2025-12-23 17:54:29 +01:00
5666e60183 changed cicd
All checks were successful
Terraform CI/CD / terraform (push) Successful in 18s
2025-12-23 17:52:47 +01:00
7f567d8ac0 revert changes
Some checks failed
Terraform CI/CD / terraform (push) Failing after 16s
2025-12-23 17:49:50 +01:00
91e2ef0d9e modified terraform cicd
Some checks failed
Terraform CI/CD / terraform (push) Failing after 2s
2025-12-23 17:49:09 +01:00
304590538f modified cicd
Some checks failed
Terraform / terraform (push) Failing after 2s
2025-12-23 17:46:49 +01:00
1c0e5ecae9 added server url var
Some checks failed
Terraform CI/CD / terraform (push) Failing after 14s
2025-12-23 17:44:37 +01:00
b85b3008b0 a
Some checks failed
Terraform CI/CD / terraform (push) Failing after 15s
2025-12-23 17:43:24 +01:00
aaeb837cf0 hardcoded netbox url
Some checks failed
Terraform CI/CD / terraform (push) Failing after 15s
2025-12-23 17:34:29 +01:00
0fa1059c89 Stop tracking terraform.tfvars
Some checks failed
Terraform CI/CD / terraform (push) Failing after 17s
2025-12-23 17:30:46 +01:00
8808c193ae s
All checks were successful
Terraform CI/CD / terraform (push) Successful in 18s
2025-12-23 17:27:59 +01:00
e83fe47158 Remove sensitive information from terraform.tfvars 2025-12-23 17:27:58 +01:00
b8ce166e12 Add terraform.tfvars with sensitive configuration details
All checks were successful
Terraform CI/CD / terraform (push) Successful in 18s
2025-12-23 17:25:16 +01:00
a644a3079a aaaa 2025-12-23 17:12:10 +01:00
5cfe5ecdea aaa
All checks were successful
Terraform CI/CD / terraform (push) Successful in 19s
2025-12-23 17:11:33 +01:00
1a4f0fd26e Stop tracking terraform.tfvars
Some checks failed
Terraform CI/CD / terraform (push) Has been cancelled
2025-12-23 17:11:26 +01:00
d1996258fc update .gitignore to replace 'secret.tfvars' with 'terraform.tfvars'
All checks were successful
Terraform CI/CD / terraform (push) Successful in 19s
2025-12-23 17:09:01 +01:00