You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -41,7 +41,7 @@ Check the section "Other modules that you may need to use this module" for detai
41
41
* event_rule_name: The rule's name.
42
42
* event_target_ecs_target_subnets: The subnets associated with the task or service.
43
43
* event_target_ecs_target_task_definition_arn: The ARN of the task definition to use if the event target is an Amazon ECS cluster.
44
-
* ecs_execution_task_role_arn: (Required) The task definition execution role.
44
+
* ecs_execution_task_role_arn: (Required) The task definition execution role.
45
45
* event_rule_schedule_expression: (Required, if event_pattern isn't specified) The scheduling expression. For example, cron(0 20 * * ? *) or rate(5 minutes).
46
46
* event_rule_event_pattern: (Required, if schedule_expression isn't specified) Event pattern described a JSON object. See full documentation of CloudWatch Events and Event Patterns for details.
47
47
* event_rule_description: (Optional) The description of the rule.
@@ -76,7 +76,7 @@ The networking module should look like this:
76
76
77
77
module "networking" {
78
78
source = "cn-terraform/networking/aws"
79
-
version = "2.0.3"
79
+
version = "2.0.5"
80
80
name_preffix = var.name_preffix
81
81
profile = var.profile
82
82
region = var.region
@@ -92,9 +92,9 @@ Check versions for this module on:
92
92
93
93
The ECS cluster module should look like this:
94
94
95
-
module "ecs-cluster":
95
+
module "ecs-cluster":
96
96
source = "cn-terraform/ecs-cluster/aws"
97
-
version = "1.0.2"
97
+
version = "1.0.3"
98
98
name_preffix = var.name_preffix
99
99
profile = var.profile
100
100
region = var.region
@@ -108,7 +108,7 @@ The task definition module should like this:
0 commit comments