Skip to content

Commit

Permalink
added var
Browse files Browse the repository at this point in the history
  • Loading branch information
patduin committed Jan 24, 2024
1 parent a60462b commit 455bc6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates.tf
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ data "template_file" "federation_yaml" {
ssh_metastores = join("", data.template_file.ssh_metastores_yaml.*.rendered)
glue_metastores = join("", data.template_file.glue_metastores_yaml.*.rendered)
primary_metastore_host_read_only = var.primary_metastore_host_read_only
primary_metastore_port_read_only = var.primary_metastore_port_read_only
}
}

Expand Down

0 comments on commit 455bc6e

Please sign in to comment.