You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-19Lines changed: 20 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@
38
38
<hr>
39
39
40
40
41
-
We eat, drink, sleep and most importantly love **DevOps**. We are working towards stratergies for standardizing architecture while ensuring security for the infrastructure. We are strong believer of the philosophy <b>Bigger problems are always solved by breaking them into smaller manageable problems</b>. Resonating with microservices architecture, it is considered best-practice to run database, cluster, storage in smaller <b>connected yet manageable pieces</b> within the infrastructure.
41
+
We eat, drink, sleep and most importantly love **DevOps**. We are working towards strategies for standardizing architecture while ensuring security for the infrastructure. We are strong believer of the philosophy <b>Bigger problems are always solved by breaking them into smaller manageable problems</b>. Resonating with microservices architecture, it is considered best-practice to run database, cluster, storage in smaller <b>connected yet manageable pieces</b> within the infrastructure.
42
42
43
43
This module is basically combination of [Terraform open source](https://www.terraform.io/) and includes automatation tests and examples. It also helps to create and improve your infrastructure with minimalistic code instead of maintaining the whole infrastructure code yourself.
44
44
@@ -72,7 +72,7 @@ This module has a few dependencies:
72
72
Here is an example of how you can use this module in your inventory structure:
| identity_provider_type | The mode of authentication enabled for this service. The default value is SERVICE_MANAGED, which allows you to store and access SFTP user credentials within the service. API_GATEWAY. | string |`SERVICE_MANAGED`| no |
102
-
| key_path | Name (e.g. `~/.ssh/id_rsa.pub` or `ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD3F6tyPEFEzV0LX3X8BsXdMsQ`). | string | `` | no |
103
-
| label_order | Label order, e.g. `name`,`application`. | list |`<list>`| no |
104
-
| name | Name (e.g. `app` or `cluster`). | string | `` | no |
105
-
| s3_bucket_id | The landing directory (folder) for a user when they log in to the server using their SFTP client. | string | - | yes |
| identity\_provider\_type | The mode of authentication enabled for this service. The default value is SERVICE\_MANAGED, which allows you to store and access SFTP user credentials within the service. API\_GATEWAY. | string |`"SERVICE_MANAGED"`| no |
102
+
| key\_path | Name \(e.g. `~/.ssh/id\_rsa.pub` or `ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD3F6tyPEFEzV0LX3X8BsXdMsQ`\). | string |`""`| no |
103
+
| label\_order | Label order, e.g. `name`,`application`. | list |`<list>`| no |
104
+
| managedby | ManagedBy, eg 'CloudDrove' or 'AnmolNagpal'. | string |`"[email protected]"`| no |
105
+
| name | Name \(e.g. `app` or `cluster`\). | string |`""`| no |
106
+
| s3\_bucket\_id | The landing directory \(folder\) for a user when they log in to the server using their SFTP client. | string | n/a | yes |
107
+
| sub\_folder | Landind folder. | string |`""`| no |
0 commit comments