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
This is a collection of reusable root modules for CloudPosse AWS accounts.
7
9
8
10
11
+
---
12
+
13
+
This project is part of our comprehensive ["SweetOps"](https://docs.cloudposse.com) approach towards DevOps.
14
+
15
+
16
+
It's 100% Open Source and licensed under the [APACHE2](LICENSE).
17
+
18
+
19
+
20
+
9
21
## Usage
10
22
11
23
Use the `terraform-root-modules` Docker image as the base image in the application `Dockerfile`, and copy the modules from `/aws` folder into `/conf` folder
@@ -22,13 +34,59 @@ WORKDIR /conf/
22
34
```
23
35
24
36
37
+
38
+
39
+
40
+
41
+
## Makefile Targets
42
+
```
43
+
Available targets:
44
+
45
+
help This help screen
46
+
help/all Display help for all targets
47
+
48
+
```
49
+
50
+
51
+
52
+
53
+
## Related Projects
54
+
55
+
Check out these related projects.
56
+
57
+
-[audit.cloudposse.co](https://github.com/cloudposse/audit.cloudposse.co) - Example Terraform Reference Architecture of a Geodesic Module for an Audit Logs Organization in AWS.
58
+
-[prod.cloudposse.co](https://github.com/cloudposse/prod.cloudposse.co) - Example Terraform Reference Architecture of a Geodesic Module for a Production Organization in AWS.
59
+
-[staging.cloudposse.co](https://github.com/cloudposse/staging.cloudposse.co) - Example Terraform Reference Architecture of a Geodesic Module for a Staging Organization in AWS.
60
+
-[dev.cloudposse.co](https://github.com/cloudposse/dev.cloudposse.co) - Example Terraform Reference Architecture of a Geodesic Module for a Development Sandbox Organization in AWS.
61
+
62
+
25
63
## Help
26
64
27
65
**Got a question?**
28
66
29
-
File a GitHub [issue](https://github.com/cloudposse/terraform-root-modules/issues), send us an [email](mailto:[email protected]) or reach out to us on [Gitter](https://gitter.im/cloudposse/).
67
+
File a GitHub [issue](https://github.com/cloudposse/terraform-root-modules/issues), send us an [email][email] or join our [Slack Community][slack].
68
+
69
+
## Commerical Support
70
+
71
+
Work directly with our team of DevOps experts via email, slack, and video conferencing.
72
+
73
+
We provide *commercial support* for all of our [Open Source][github] projects. As a *Dedicated Support* customer, you have access to our team of subject matter experts at a fraction of the cost of a fulltime engineer.
-**Questions.** We'll use a Shared Slack channel between your team and ours.
78
+
-**Troubleshooting.** We'll help you triage why things aren't working.
79
+
-**Code Reviews.** We'll review your Pull Requests and provide constructive feedback.
80
+
-**Bug Fixes.** We'll rapidly work to fix any bugs in our projects.
81
+
-**Build New Terraform Modules.** We'll develop original modules to provision infrastructure.
82
+
-**Cloud Architecture.** We'll assist with your cloud strategy and design.
83
+
-**Implementation.** We'll provide hands on support to implement our reference architectures.
30
84
31
85
86
+
## Community Forum
87
+
88
+
Get access to our [Open Source Community Forum][slack] on Slack. It's **FREE** to join for everyone! Our "SweetOps" community is where you get to talk with others who share a similar vision for how to rollout and manage infrastructure. This is the best place to talk shop, ask questions, solicit feedback, and work together as a community to build *sweet* infrastructure.
89
+
32
90
## Contributing
33
91
34
92
### Bug Reports & Feature Requests
@@ -37,22 +95,26 @@ Please use the [issue tracker](https://github.com/cloudposse/terraform-root-modu
37
95
38
96
### Developing
39
97
40
-
If you are interested in being a contributor and want to get involved in developing `terraform-root-modules`, we would love to hear from you! Shoot us an [email](mailto:[email protected]).
98
+
If you are interested in being a contributor and want to get involved in developing this project or [help out](https://github.com/orgs/cloudposse/projects/3) with our other projects, we would love to hear from you! Shoot us an [email](mailto:[email protected]).
41
99
42
100
In general, PRs are welcome. We follow the typical "fork-and-pull" Git workflow.
43
101
44
102
1.**Fork** the repo on GitHub
45
103
2.**Clone** the project to your own machine
46
104
3.**Commit** changes to your own branch
47
105
4.**Push** your work back up to your fork
48
-
5. Submit a **Pull request** so that we can review your changes
106
+
5. Submit a **Pull Request** so that we can review your changes
107
+
108
+
**NOTE:** Be sure to merge the latest changes from "upstream" before making a pull request!
49
109
50
-
**NOTE:** Be sure to merge the latest from "upstream" before making a pull request!
This is a collection of reusable root modules for CloudPosse AWS accounts.
48
+
49
+
# How to use this project
50
+
usage: |-
51
+
Use the `terraform-root-modules` Docker image as the base image in the application `Dockerfile`, and copy the modules from `/aws` folder into `/conf` folder
52
+
53
+
```dockerfile
54
+
FROM cloudposse/terraform-root-modules:0.3.2 as terraform-root-modules
0 commit comments