Skip to content

Commit

Permalink
Fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganeshrockz committed Oct 18, 2023
1 parent 6c16141 commit 92728fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/dev-server/consul_1_14_compat.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
locals {
// parse the consul version from the provided image: ["1", "12", "2"]
consul_image_version_parts = regex(":.*(\\d+)[.](\\d+)[.](\\d+)", var.consul_image)
is_consul_1_14_plus = tonumber(local.consul_image_version_parts[1]) >= 14
is_consul_1_14_plus = tonumber(local.consul_image_version_parts[1]) >= 14
}

0 comments on commit 92728fc

Please sign in to comment.