Skip to content

Commit 31b4a32

Browse files
authored
Merge pull request #7 from ShibraAmin18/azure-dev
updated the dir structure
2 parents defb333 + 484dc28 commit 31b4a32

39 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This module is for deploying a highly available MongoDB cluster on Kubernetes us
1919

2020
```hcl
2121
module "aws" {
22-
source = "squareops/mongodb/kubernetes//provider/aws"
22+
source = "squareops/mongodb/kubernetes//modules/resources/aws"
2323
environment = "prod"
2424
name = "mongodb"
2525
cluster_name = "prod-eks"
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ locals {
1717
}
1818
}
1919
module "aws" {
20-
source = "squareops/mongodb/kubernetes//provider/aws"
20+
source = "squareops/mongodb/kubernetes//modules/resources/aws"
2121
environment = local.environment
2222
name = local.name
2323
store_password_to_secret_manager = local.store_password_to_secret_manager
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ locals {
2121
}
2222

2323
module "azure" {
24-
source = "squareops/mongodb/kubernetes//provider/azure"
24+
source = "squareops/mongodb/kubernetes//modules/resources/azure"
2525
resource_group_name = ""
2626
resource_group_location = ""
2727
name = local.name

0 commit comments

Comments
 (0)