Commit Graph

6 Commits

Author SHA1 Message Date
c2169720e1 terraform init
Some checks failed
Terraform Plan / plan (push) Failing after 0s
2025-12-25 16:16:02 +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
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
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
34dd484004 Initialize Terraform state files for Hetzner Cloud firewall configuration, including backup state with existing firewall rules. 2025-12-22 23:26:50 +01:00