Skip to content

Commit

Permalink
Merge branch 'master' into feat/launch-templates
Browse files Browse the repository at this point in the history
  • Loading branch information
emalinowski authored Sep 23, 2024
2 parents 76ee280 + 4675fb6 commit db34147
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tf_files/aws/commons/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ variable "ha-squid_bootstrap_script" {
}

variable "ha-squid_extra_vars" {
type = list(string)
description = "additional variables to pass along with the bootstrapscript"
default = ["squid_image=master"]
}
Expand Down Expand Up @@ -1046,4 +1047,4 @@ variable "enable_vpc_endpoints" {

variable "deploy_es_role" {
default = false
}
}

0 comments on commit db34147

Please sign in to comment.