File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/antonbabenko/pre-commit-terraform
3
- rev : v1.72.1
3
+ rev : v1.73.0
4
4
hooks :
5
5
- id : terraform_fmt
6
6
- id : terraform_validate
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Terraform module which creates ECS (Elastic Container Service) resources on AWS.
16
16
module "ecs" {
17
17
source = "terraform-aws-modules/ecs/aws"
18
18
19
- name = "ecs-fargate"
19
+ cluster_name = "ecs-fargate"
20
20
21
21
cluster_configuration = {
22
22
execute_command_configuration = {
@@ -53,7 +53,7 @@ module "ecs" {
53
53
module "ecs" {
54
54
source = "terraform-aws-modules/ecs/aws"
55
55
56
- name = "ecs-ec2"
56
+ cluster_name = "ecs-ec2"
57
57
58
58
cluster_configuration = {
59
59
execute_command_configuration = {
@@ -111,7 +111,7 @@ module "ecs" {
111
111
module "ecs" {
112
112
source = "terraform-aws-modules/ecs/aws"
113
113
114
- name = "ecs-mixed"
114
+ cluster_name = "ecs-mixed"
115
115
116
116
cluster_configuration = {
117
117
execute_command_configuration = {
You can’t perform that action at this time.
0 commit comments