Skip to content
Snippets Groups Projects
Verified Commit c213bc82 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

terraform: Disable IPv6 entires for nodes

parent e67a1651
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@ module "nodes" {
server_type = "cx21"
# subnet = hcloud_network_subnet.subnet.id
user_data = file("templates/cloud-init.tpl")
enable_IPv6 = false
}
module "workers" {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment