Skip to content

Commit 8e57d46

Browse files
author
rohit-ng
committed
reafactor: extract data sources to data.tf
1 parent 923a296 commit 8e57d46

File tree

15 files changed

+11
-68
lines changed

15 files changed

+11
-68
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616

1717
| Name | Source | Version |
1818
|------|--------|---------|
19-
| <a name="module_ecs_kong"></a> [ecs\_kong](#module\_ecs\_kong) | ../terraform-aws-ecs-deployment | n/a |
19+
| <a name="module_ecs_kong"></a> [ecs\_kong](#module\_ecs\_kong) | github.com/infraspecdev/terraform-aws-ecs-deployment | v1.1.1 |
2020
| <a name="module_ecs_node_security_group"></a> [ecs\_node\_security\_group](#module\_ecs\_node\_security\_group) | terraform-aws-modules/security-group/aws | ~> 5.1.2 |
2121
| <a name="module_ecs_task_security_group"></a> [ecs\_task\_security\_group](#module\_ecs\_task\_security\_group) | terraform-aws-modules/security-group/aws | ~> 5.1.2 |
22-
| <a name="module_internal_alb_kong"></a> [internal\_alb\_kong](#module\_internal\_alb\_kong) | ../terraform-aws-ecs-deployment//modules/alb | n/a |
22+
| <a name="module_internal_alb_kong"></a> [internal\_alb\_kong](#module\_internal\_alb\_kong) | github.com/infraspecdev/terraform-aws-ecs-deployment//modules/alb | v1.1.1 |
2323
| <a name="module_internal_alb_security_group"></a> [internal\_alb\_security\_group](#module\_internal\_alb\_security\_group) | terraform-aws-modules/security-group/aws | ~> 5.1.2 |
2424
| <a name="module_kong_internal_dns_record"></a> [kong\_internal\_dns\_record](#module\_kong\_internal\_dns\_record) | ./modules/route-53-record | n/a |
2525
| <a name="module_kong_public_dns_record"></a> [kong\_public\_dns\_record](#module\_kong\_public\_dns\_record) | ./modules/route-53-record | n/a |

examples/complete/README.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

examples/complete/main.tf

Whitespace-only changes.

examples/complete/outputs.tf

Whitespace-only changes.

examples/complete/provider.tf

Whitespace-only changes.

examples/complete/variables.tf

Whitespace-only changes.

examples/complete/versions.tf

Lines changed: 0 additions & 3 deletions
This file was deleted.

examples/minimal/README.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

examples/minimal/main.tf

Whitespace-only changes.

examples/minimal/outputs.tf

Whitespace-only changes.

0 commit comments

Comments
 (0)