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
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.
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
@@ -49,7 +49,7 @@ We have [*fifty plus terraform modules*][terraform_modules]. A few of them are c
@@ -73,7 +73,7 @@ Here is an example of how you can use this module in your inventory structure:
73
73
```hcl
74
74
module "sftp" {
75
75
source = "clouddrove/sftp/aws"
76
-
version = "0.14.0"
76
+
version = "0.15.0"
77
77
name = "sftp"
78
78
environment = "test"
79
79
label_order = ["name", "environment"]
@@ -105,7 +105,7 @@ Here is an example of how you can use this module in your inventory structure:
105
105
| managedby | ManagedBy, eg 'CloudDrove'. |`string`|`"[email protected]"`| no |
106
106
| name | Name (e.g. `app` or `cluster`). |`string`|`""`| no |
107
107
| public\_key | Name (e.g. `ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD3F6tyPEFEzV0LX3X8BsXdMsQ`). |`string`|`""`| no |
108
-
| repository | Terraform current module repo |`string`|`"https://registry.terraform.io/modules/clouddrove/sftp/aws"`| no |
108
+
| repository | Terraform current module repo |`string`|`"https://github.com/clouddrove/terraform-aws-sftp"`| no |
109
109
| 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 |
110
110
| sub\_folder | Landind folder. |`string`|`""`| no |
111
111
| tags | Additional tags (e.g. map(`BusinessUnit`,`XYZ`). |`map(any)`|`{}`| no |
@@ -124,7 +124,7 @@ Here is an example of how you can use this module in your inventory structure:
124
124
125
125
126
126
## Testing
127
-
In this module testing is performed with [terratest](https://github.com/gruntwork-io/terratest) and it creates a small piece of infrastructure, matches the output like ARN, ID and Tags name etc and destroy infrastructure in your AWS account. This testing is written in GO, so you need a [GO environment](https://golang.org/doc/install) in your system.
127
+
In this module testing is performed with [terratest](https://github.com/gruntwork-io/terratest) and it creates a small piece of infrastructure, matches the output like ARN, ID and Tags name etc and destroy infrastructure in your AWS account. This testing is written in GO, so you need a [GO environment](https://golang.org/doc/install) in your system.
128
128
129
129
You need to run the following command in the testing folder:
130
130
```hcl
@@ -133,7 +133,7 @@ You need to run the following command in the testing folder:
133
133
134
134
135
135
136
-
## Feedback
136
+
## Feedback
137
137
If you come accross a bug or have any feedback, please log it in our [issue tracker](https://github.com/clouddrove/terraform-aws-sftp/issues), or feel free to drop us an email at [[email protected]](mailto:[email protected]).
138
138
139
139
If you have found it worth your time, go ahead and give us a ★ on [our GitHub](https://github.com/clouddrove/terraform-aws-sftp)!
0 commit comments