Skip to content

Commit

Permalink
Comment out reference to clickhouse module
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Feb 23, 2024
1 parent 9a53093 commit ddbe005
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tf/environments/prod/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,13 @@ module "terraform_state_backend" {

resource "local_file" "ansible_inventory" {
depends_on = [
module.clickhouse.server_ip
# Commented out because module is disabled
# module.clickhouse.server_ip
]

content = templatefile("${path.module}/templates/ansible-inventory.tpl", {
clickhouse_servers = [
module.clickhouse.server_fqdm
# module.clickhouse.server_fqdm
]
})
filename = "${path.module}/ansible/inventory.ini"
Expand Down

0 comments on commit ddbe005

Please sign in to comment.