10 Commits

Author SHA1 Message Date
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
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
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
1581aaefc7 Fix URL formatting in netbox provider configuration 2025-12-22 23:07:10 +01:00
3e3837aede Add hcloud provider configuration and firewall resource 2025-12-22 23:05:16 +01:00
fcc9bf60be Add netbox provider configuration and secret management 2025-12-22 23:00:54 +01:00
eab6b40eca Add initial Terraform provider configuration for hcloud and netbox 2025-12-22 22:29:20 +01:00