Skip to content

Commit

Permalink
Push pre-commit changes
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharth-singh1 authored and github-actions[bot] committed Dec 9, 2024
1 parent 118da82 commit b2d1dad
Show file tree
Hide file tree
Showing 9 changed files with 88 additions and 11 deletions.
1 change: 1 addition & 0 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions README.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions example/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 25 additions & 0 deletions modules/alb/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 25 additions & 0 deletions modules/ecs_cluster/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 25 additions & 0 deletions modules/ecs_service/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/ecs_service/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ locals {
Value = value
}]

}
}
2 changes: 1 addition & 1 deletion modules/ecs_service/variable.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ variable "lb" {
security_group_id = string
})
description = "ALB-related information (listening port, deletion protection, security group)"
}
}
2 changes: 1 addition & 1 deletion version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ terraform {
version = "~> 5.0"
}
}
}
}

0 comments on commit b2d1dad

Please sign in to comment.