File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ No providers.
2727
2828| Name | Source | Version |
2929| ------| --------| ---------|
30- | <a name =" module_ecs " ></a > [ ecs] ( #module\_ ecs ) | terraform-aws-module/ecs/aws | n/a |
30+ | <a name =" module_ecs " ></a > [ ecs] ( #module\_ ecs ) | terraform-aws-module/ecs/aws | ~ > 1 |
3131
3232## Resources
3333
Original file line number Diff line number Diff line change 22# Resources
33# ###############################################################################
44module "ecs" {
5- source = " terraform-aws-module/ecs/aws"
5+ source = " terraform-aws-module/ecs/aws"
6+ version = " ~> 1"
67
78 name = " test-ecs"
89
@@ -18,6 +19,7 @@ module "ecs" {
1819 tags = {
1920 Created = " Teeraform"
2021 Owner = " DevOps"
22+ Module = " terraform-module/ecs/aws"
2123 }
2224}
2325
@@ -27,4 +29,3 @@ module "ecs" {
2729output "ecs" {
2830 value = { for k , v in module . ecs : k => v }
2931}
30-
You can’t perform that action at this time.
0 commit comments