File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed
Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Terraform module which creates ECS cluster resources on AWS.
77``` hcl
88module "php" {
99 source = "rabiloo/ecs/aws"
10- version = "~> 0.2.2 "
10+ version = "~>0.2.3 "
1111
1212 name = "app-ecs-cluster"
1313 capacity_providers = ["FARGATE", "FARGATE_SPOT"]
@@ -33,7 +33,7 @@ module "php" {
3333
3434| Name | Version |
3535| ------| ---------|
36- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >=4 .0 |
36+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | 5.1 .0 |
3737
3838## Modules
3939
@@ -44,6 +44,7 @@ No modules.
4444| Name | Type |
4545| ------| ------|
4646| [ aws_ecs_cluster.this] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecs_cluster ) | resource |
47+ | [ aws_ecs_cluster_capacity_providers.this] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecs_cluster_capacity_providers ) | resource |
4748
4849## Inputs
4950
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ This submodule help create an IAM assumable role for ECS Task Execution Role
77``` hcl
88module "task_execution_role" {
99 source = "rabiloo/ecs/aws//modules/ecs-execution-role"
10- version = ">= 0.2.1 "
10+ version = "~> 0.2.3 "
1111
1212 name = "custom-ecs-execution-role"
1313 path = "/service-roles/"
@@ -45,8 +45,8 @@ module "task_execution_role" {
4545
4646| Name | Source | Version |
4747| ------| --------| ---------|
48- | <a name =" module_policy " ></a > [ policy] ( #module\_ policy ) | terraform-aws-modules/iam/aws//modules/iam-policy | ~ >5.14 .0 |
49- | <a name =" module_this " ></a > [ this] ( #module\_ this ) | terraform-aws-modules/iam/aws//modules/iam-assumable-role | ~ >5.14 .0 |
48+ | <a name =" module_policy " ></a > [ policy] ( #module\_ policy ) | terraform-aws-modules/iam/aws//modules/iam-policy | ~ >5.16 .0 |
49+ | <a name =" module_this " ></a > [ this] ( #module\_ this ) | terraform-aws-modules/iam/aws//modules/iam-assumable-role | ~ >5.16 .0 |
5050
5151## Resources
5252
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ This submodule help create an IAM assumable role for ECS Task
77``` hcl
88module "task_role" {
99 source = "rabiloo/ecs/aws//modules/ecs-task-role"
10- version = ">= 0.2.1 "
10+ version = "~> 0.2.3 "
1111
1212 name = "custom-ecs-task-role"
1313 path = "/service-roles/"
@@ -52,8 +52,8 @@ module "task_role" {
5252
5353| Name | Source | Version |
5454| ------| --------| ---------|
55- | <a name =" module_policy " ></a > [ policy] ( #module\_ policy ) | terraform-aws-modules/iam/aws//modules/iam-policy | ~ >5.14 .0 |
56- | <a name =" module_this " ></a > [ this] ( #module\_ this ) | terraform-aws-modules/iam/aws//modules/iam-assumable-role | ~ >5.14 .0 |
55+ | <a name =" module_policy " ></a > [ policy] ( #module\_ policy ) | terraform-aws-modules/iam/aws//modules/iam-policy | ~ >5.16 .0 |
56+ | <a name =" module_this " ></a > [ this] ( #module\_ this ) | terraform-aws-modules/iam/aws//modules/iam-assumable-role | ~ >5.16 .0 |
5757
5858## Resources
5959
You can’t perform that action at this time.
0 commit comments