Skip to content

Commit

Permalink
terraform fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
axw committed May 20, 2024
1 parent 46506e7 commit 903763a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ resource "ec_deployment" "deployment" {
# or create multiple dynamic blocks and merge them?
for_each = var.docker_image_tag_override["elasticsearch"] != "" ? [var.docker_image["elasticsearch"]] : []
content {
docker_image = "${config.value}:${var.docker_image_tag_override["elasticsearch"]}"
docker_image = "${config.value}:${var.docker_image_tag_override["elasticsearch"]}"
user_settings_yaml = var.elasticsearch_user_settings_yaml
}
}
Expand Down

0 comments on commit 903763a

Please sign in to comment.