Skip to content

Commit

Permalink
remove firewall from external services
Browse files Browse the repository at this point in the history
  • Loading branch information
amitsagtani97 committed Nov 20, 2024
1 parent 8415230 commit 2585911
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terraform/examples/wire-server-deploy-offline-hetzner/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ resource "hcloud_server" "cassandra" {
image = "ubuntu-22.04"
ssh_keys = local.ssh_keys
server_type = "cx22"
user_data = local.disable_network_cfg
# user_data = local.disable_network_cfg
}

resource "hcloud_server_network" "cassandra" {
Expand All @@ -225,7 +225,7 @@ resource "hcloud_server" "elasticsearch" {
image = "ubuntu-22.04"
ssh_keys = local.ssh_keys
server_type = "cx22"
user_data = local.disable_network_cfg
# user_data = local.disable_network_cfg
}

resource "hcloud_server_network" "elasticsearch" {
Expand All @@ -246,7 +246,7 @@ resource "hcloud_server" "minio" {
image = "ubuntu-22.04"
ssh_keys = local.ssh_keys
server_type = "cx22"
user_data = local.disable_network_cfg
# user_data = local.disable_network_cfg
}

resource "hcloud_server_network" "minio" {
Expand Down

0 comments on commit 2585911

Please sign in to comment.