Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
araman-m committed Apr 18, 2024
1 parent 6760c95 commit bd0ae0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/local-preparation-aws.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

locals (
locals {
default_tags = merge(tomap({ Type = "Splunk", Env = local.env }), var.extra_default_tags, local.splunkit_tags)
use-elb-private = (var.create_network_module == "false" || var.force-idx-hecelb-private == "false" ? "false" : "true")
# if al2023 , we ask aws to dynamically resolve AMI ahen launching the instance to get the last AL2023
Expand Down

0 comments on commit bd0ae0e

Please sign in to comment.