fix(terraform): Remove useless subnet variable from module
This patch drops the unused subnet variable from the hcloud_instance module, which wasn't used anyway. This help to make the module fully compatible with the way the hedgedoc demo instance is deployed.
Showing
- terraform/k8s01/.terraform.lock.hcl 33 additions, 32 deletionsterraform/k8s01/.terraform.lock.hcl
- terraform/k8s01/main.tf 1 addition, 1 deletionterraform/k8s01/main.tf
- terraform/k8s01/network.tf 6 additions, 0 deletionsterraform/k8s01/network.tf
- terraform/modules/hcloud_instance/network.tf 0 additions, 5 deletionsterraform/modules/hcloud_instance/network.tf
- terraform/modules/hcloud_instance/variables.tf 0 additions, 5 deletionsterraform/modules/hcloud_instance/variables.tf
Please register or sign in to comment