Skip to content

Commit 01725de

Browse files
committed
refactored code
1 parent b77a186 commit 01725de

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

IAM.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ The Policy required to deploy this module:
5252
```
5353
## Azure Role Permissions
5454

55+
```hcl
5556
permissions {
5657
actions = [
5758
"Microsoft.Authorization/roleAssignments/delete",
@@ -68,14 +69,17 @@ The Policy required to deploy this module:
6869
"Microsoft.Resources/subscriptions/resourcegroups/read"]
6970
not_actions = []
7071
}
72+
```
7173

7274
## Google IAM Permissions
7375

76+
```hcl
7477
permissions = [
7578
"iam.serviceAccounts.create",
7679
"iam.serviceAccounts.delete",
7780
"iam.serviceAccounts.get",
7881
"iam.serviceAccounts.update",
7982
"resourcemanager.projects.getIamPolicy",
8083
"resourcemanager.projects.setIamPolicy"
81-
]
84+
]
85+
```

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
### [SquareOps Technologies](https://squareops.com/) Your DevOps Partner for Accelerating cloud journey.
88
<br>
9-
This module is for deploying a highly available MongoDB cluster on Kubernetes using Helm charts. This module provides flexible configuration options to customize the MongoDB deployment such as setting the volume size, architecture, replica count, and more. It also includes options to enable MongoDB backups and restores, and to deploy MongoDB exporters for getting metrics in Grafana. Additionally, this module provides options to create a new namespace, and to configure recovery windows for AWS Secrets Manager, Azure key vault & GCP secrets manager. With this module, users can easily deploy a highly available MongoDB cluster on AWS EKS, AZure AKS & GCP GKE Kubernetes clusters with the flexibility to customize their configurations according to their needs.
9+
This module is for deploying a highly available MongoDB cluster on Kubernetes using Helm charts. This module provides flexible configuration options to customize the MongoDB deployment such as setting the volume size, architecture, replica count, and more. It also includes options to enable MongoDB backups and restores, and to deploy MongoDB exporters for getting metrics in Grafana. Additionally, this module provides options to create a new namespace, and to configure recovery windows for AWS Secrets Manager, Azure key vault & GCP secrets manager. With this module, users can easily deploy a highly available MongoDB cluster on AWS EKS, Azure AKS & GCP GKE Kubernetes clusters with the flexibility to customize their configurations according to their needs.
1010

1111
## Supported Versions:
1212

0 commit comments

Comments
 (0)