Skip to content

Commit

Permalink
Grok Spawner: 1.9.0 version settings
Browse files Browse the repository at this point in the history
  • Loading branch information
dnillovna committed Oct 23, 2024
1 parent ab183bc commit c635882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -1224,7 +1224,7 @@ resource "aws_ecs_task_definition" "grok_spawner" {
value = try(length(var.grok_spawner_cvm_ecs_cluster) > 0, false) ? var.grok_spawner_cvm_ecs_cluster : module.ecs.cluster_name
},
{
name = "CVM_LAUNCH_TYPE",
name = "GROK_SPAWNER_CVM_LAUNCH_TYPE",
value = try(length(var.grok_spawner_cvm_launch_type) > 0, false) ? var.grok_spawner_cvm_launch_type : module.ecs.cluster_name
},
{
Expand Down

0 comments on commit c635882

Please sign in to comment.