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
* README update
* Auto Format
* validate owners
* Auto Format
* Add count to aws_redshift_parameter_group
Co-authored-by: cloudpossebot <11232728+cloudpossebot@users.noreply.github.com>
This is `terraform-example-module` project provides all the scaffolding for a typical well-built Cloud Posse module. It's a template repository you can
31
32
use when creating new repositories.
32
33
33
-
34
34
---
35
35
36
36
This project is part of our comprehensive ["SweetOps"](https://cpco.io/sweetops) approach towards DevOps.
@@ -61,23 +61,22 @@ We literally have [*hundreds of terraform modules*][terraform_modules] that are
Security scanning is graciously provided by Bridgecrew. Bridgecrew is the leading fully hosted, cloud-native solution providing continuous Terraform security and compliance.
|[](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=cloudposse%2Fterraform-example-module&benchmark=CIS+KUBERNETES+V1.5)| Center for Internet Security, KUBERNETES Compliance |
73
-
|[](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=cloudposse%2Fterraform-example-module&benchmark=CIS+AWS+V1.2)| Center for Internet Security, AWS Compliance |
74
-
|[](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=cloudposse%2Fterraform-example-module&benchmark=CIS+AZURE+V1.1)| Center for Internet Security, AZURE Compliance |
75
-
|[](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=cloudposse%2Fterraform-example-module&benchmark=PCI-DSS+V3.2)| Payment Card Industry Data Security Standards Compliance |
76
-
|[](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=cloudposse%2Fterraform-example-module&benchmark=NIST-800-53)| National Institute of Standards and Technology Compliance |
77
-
|[](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=cloudposse%2Fterraform-example-module&benchmark=ISO27001)| Information Security Management System, ISO/IEC 27001 Compliance |
78
-
|[](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=cloudposse%2Fterraform-example-module&benchmark=SOC2)| Service Organization Control 2 Compliance |
79
-
|[](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=cloudposse%2Fterraform-example-module&benchmark=CIS+GCP+V1.1)| Center for Internet Security, GCP Compliance |
80
-
|[](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=cloudposse%2Fterraform-example-module&benchmark=HIPAA)| Health Insurance Portability and Accountability Compliance |
|[](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=cloudposse%2Fterraform-aws-redshift-cluster&benchmark=CIS+KUBERNETES+V1.5)| Center for Internet Security, KUBERNETES Compliance |
72
+
|[](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=cloudposse%2Fterraform-aws-redshift-cluster&benchmark=CIS+AWS+V1.2)| Center for Internet Security, AWS Compliance |
73
+
|[](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=cloudposse%2Fterraform-aws-redshift-cluster&benchmark=CIS+AZURE+V1.1)| Center for Internet Security, AZURE Compliance |
74
+
|[](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=cloudposse%2Fterraform-aws-redshift-cluster&benchmark=PCI-DSS+V3.2)| Payment Card Industry Data Security Standards Compliance |
75
+
|[](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=cloudposse%2Fterraform-aws-redshift-cluster&benchmark=NIST-800-53)| National Institute of Standards and Technology Compliance |
76
+
|[](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=cloudposse%2Fterraform-aws-redshift-cluster&benchmark=ISO27001)| Information Security Management System, ISO/IEC 27001 Compliance |
77
+
|[](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=cloudposse%2Fterraform-aws-redshift-cluster&benchmark=SOC2)| Service Organization Control 2 Compliance |
78
+
|[](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=cloudposse%2Fterraform-aws-redshift-cluster&benchmark=CIS+GCP+V1.1)| Center for Internet Security, GCP Compliance |
79
+
|[](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=cloudposse%2Fterraform-aws-redshift-cluster&benchmark=HIPAA)| Health Insurance Portability and Accountability Compliance |
81
80
82
81
83
82
@@ -101,9 +100,12 @@ For automated tests of the complete example using [bats](https://github.com/bats
101
100
(which tests and deploys the example on AWS), see [test](test).
# Cloud Posse recommends pinning every module to a specific version
106
+
# version = "x.x.x"
107
+
108
+
# ...
107
109
}
108
110
```
109
111
@@ -113,7 +115,7 @@ module "example" {
113
115
## Examples
114
116
115
117
Here is an example of using this module:
116
-
-[`examples/complete`](https://github.com/cloudposse/terraform-example-module/) - complete example of using this module
118
+
-[`examples/complete`](https://github.com/cloudposse/terraform-aws-redshift-cluster/) - complete example of using this module
117
119
118
120
119
121
@@ -236,20 +238,19 @@ Available targets:
236
238
237
239
## Share the Love
238
240
239
-
Like this project? Please give it a ★ on [our GitHub](https://github.com/cloudposse/terraform-example-module)! (it helps us **a lot**)
241
+
Like this project? Please give it a ★ on [our GitHub](https://github.com/cloudposse/terraform-aws-redshift-cluster)! (it helps us **a lot**)
240
242
241
243
Are you using this project or any of our other projects? Consider [leaving a testimonial][testimonial]. =)
242
244
243
245
246
+
244
247
## Related Projects
245
248
246
249
Check out these related projects.
247
250
248
251
-[terraform-null-label](https://github.com/cloudposse/terraform-null-label) - Terraform module designed to generate consistent names and tags for resources. Use terraform-null-label to implement a strict naming convention.
249
252
250
253
251
-
252
-
253
254
## References
254
255
255
256
For additional context, refer to some of these links.
@@ -264,7 +265,7 @@ For additional context, refer to some of these links.
264
265
265
266
**Got a question?** We got answers.
266
267
267
-
File a GitHub [issue](https://github.com/cloudposse/terraform-example-module/issues), send us an [email][email] or join our [Slack Community][slack].
268
+
File a GitHub [issue](https://github.com/cloudposse/terraform-aws-redshift-cluster/issues), send us an [email][email] or join our [Slack Community][slack].
0 commit comments