Skip to content

Commit

Permalink
workaround for using latest version as TF registry is not having the …
Browse files Browse the repository at this point in the history
…latest
  • Loading branch information
vijay-stephen committed Aug 1, 2024
1 parent 243ccaf commit 6624fb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Deployment of Backstage to an ECS Cluster

| Name | Source | Version |
|------|--------|---------|
| <a name="module_backstage"></a> [backstage](#module\_backstage) | sourcefuse/arc-backstage-ecs-app/aws | 0.2.8 |
| <a name="module_backstage"></a> [backstage](#module\_backstage) | git::https://github.com/sourcefuse/arc-backstage-ecs-app | n/a |
| <a name="module_ecs_common_data"></a> [ecs\_common\_data](#module\_ecs\_common\_data) | ./ecs-common-data | n/a |
| <a name="module_tags"></a> [tags](#module\_tags) | sourcefuse/arc-tags/aws | 1.2.3 |

Expand Down
4 changes: 2 additions & 2 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ module "ecs_common_data" {
## Backstage ECS
################################################################################
module "backstage" {
source = "sourcefuse/arc-backstage-ecs-app/aws"
version = "0.2.8"
source = "git::https://github.com/sourcefuse/arc-backstage-ecs-app"
//version = "0.2.8"
alb_dns_name = module.ecs_common_data.alb_dns_name
alb_zone_id = module.ecs_common_data.alb_dns_zone_id
app_host_name = var.app_host_name
Expand Down

0 comments on commit 6624fb2

Please sign in to comment.