Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
refer to correct terraform module
Browse files Browse the repository at this point in the history
  • Loading branch information
MGTheTrain committed May 29, 2024
1 parent 32aaff7 commit bbecd78
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion devops/terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

| Name | Source | Version |
|------|--------|---------|
| <a name="module_main"></a> [main](#module\_main) | git::https://github.com/MGTheTrain/gitops-ftw.git//devops/terraform | main |
| <a name="module_main"></a> [main](#module\_main) | git::https://github.com/MGTheTrain/gitops-poc.git//devops/terraform | main |

## Resources

Expand Down
2 changes: 1 addition & 1 deletion devops/terraform/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "main" {
source = "git::https://github.com/MGTheTrain/gitops-ftw.git//devops/terraform?ref=main"
source = "git::https://github.com/MGTheTrain/gitops-poc.git//devops/terraform?ref=main"
digital_product_affix = var.digital_product_affix_sa
environment = var.environment
resource_instance_number = var.resource_instance_number
Expand Down
2 changes: 1 addition & 1 deletion terraform/envs/sbx-k8s-deployment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ No requirements.
| Name | Source | Version |
|------|--------|---------|
| <a name="module_acr"></a> [acr](#module\_acr) | ../../modules/acr | n/a |
| <a name="module_az"></a> [az](#module\_az) | git::https://github.com/MGTheTrain/gitops-ftw.git//terraform/modules/az | main |
| <a name="module_az"></a> [az](#module\_az) | git::https://github.com/MGTheTrain/gitops-poc.git//terraform/modules/az | main |

## Resources

Expand Down
2 changes: 1 addition & 1 deletion terraform/envs/sbx-k8s-deployment/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "az" {
source = "git::https://github.com/MGTheTrain/gitops-ftw.git//terraform/modules/az?ref=main"
source = "git::https://github.com/MGTheTrain/gitops-poc.git//terraform/modules/az?ref=main"
digital_product_affix = var.digital_product_affix
environment = var.environment
resource_instance_number = var.resource_instance_number
Expand Down

0 comments on commit bbecd78

Please sign in to comment.