Skip to content

Commit

Permalink
GitHub Actions: Refactor: Automated formatting of terraform code (#36)
Browse files Browse the repository at this point in the history
Co-authored-by: dnillovna <[email protected]>
  • Loading branch information
github-actions[bot] and dnillovna authored Apr 11, 2024
1 parent 175bacb commit f034dd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -409,15 +409,15 @@ resource "aws_ecs_task_definition" "jkg" {
"containerName" : "resolv_conf"
}
]
essential = true
essential = true
environment = [
{
name = "GROK_PARAMETERS",
value = jsonencode(
{
amazonStorageRegion : var.s3_bucket_region,
amazonStorageBucket : var.s3_bucket_name,
datlasApiUrl: var.datlas_api_url,
datlasApiUrl : var.datlas_api_url,
dbServer : var.db_instance_address,
dbPort : var.db_instance_port,
db : "datagrok",
Expand Down

0 comments on commit f034dd6

Please sign in to comment.