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.
8
+
This is a collection of reusable [Terraform root modules invocations](https://docs.cloudposse.com/terraform-modules/root/) for CloudPosse AWS accounts.
9
+
10
+
Terraform defines a "root module" as the current working directory holding the Terraform configuration files where the terraform apply or terraform get is run.
9
11
10
12
11
13
---
@@ -19,9 +21,13 @@ It's 100% Open Source and licensed under the [APACHE2](LICENSE).
19
21
20
22
21
23
24
+
25
+
26
+
27
+
22
28
## Usage
23
29
24
-
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
30
+
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.
25
31
26
32
```dockerfile
27
33
FROM cloudposse/terraform-root-modules:0.3.2 as terraform-root-modules
@@ -37,6 +43,10 @@ WORKDIR /conf/
37
43
38
44
39
45
46
+
## Examples
47
+
48
+
For example usage, refer to the "Related Projects" section. This is were we use `terraform-root-modules` to provision essential account-level infrastructure, among other services.
49
+
40
50
41
51
42
52
## Makefile Targets
@@ -62,6 +72,14 @@ Check out these related projects.
62
72
63
73
64
74
75
+
76
+
## References
77
+
78
+
For additional context, refer to some of these links.
79
+
80
+
-[Cloud Posse Documentation](https://docs.cloudposse.com) - Complete documentation for the Cloud Posse solution
81
+
82
+
65
83
## Help
66
84
67
85
**Got a question?**
@@ -140,6 +158,13 @@ See [LICENSE](LICENSE) for full details.
140
158
under the License.
141
159
142
160
161
+
162
+
163
+
164
+
165
+
166
+
167
+
143
168
## Trademarks
144
169
145
170
All other trademarks referenced herein are the property of their respective owners.
@@ -169,16 +194,14 @@ Check out [our other projects][github], [apply for a job][jobs], or [hire us][hi
description: "Complete documentation for the Cloud Posse solution"
37
+
url: "https://docs.cloudposse.com"
38
+
31
39
related:
32
40
- name: "audit.cloudposse.co"
33
41
description: "Example Terraform Reference Architecture of a Geodesic Module for an Audit Logs Organization in AWS."
@@ -44,11 +52,13 @@ related:
44
52
45
53
# Short description of this project
46
54
description: |-
47
-
This is a collection of reusable root modules for CloudPosse AWS accounts.
55
+
This is a collection of reusable [Terraform root modules invocations](https://docs.cloudposse.com/terraform-modules/root/) for CloudPosse AWS accounts.
56
+
57
+
Terraform defines a "root module" as the current working directory holding the Terraform configuration files where the terraform apply or terraform get is run.
48
58
49
59
# How to use this project
50
60
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
61
+
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
62
53
63
```dockerfile
54
64
FROM cloudposse/terraform-root-modules:0.3.2 as terraform-root-modules
@@ -61,6 +71,9 @@ usage: |-
61
71
WORKDIR /conf/
62
72
```
63
73
74
+
examples: |-
75
+
For example usage, refer to the "Related Projects" section. This is were we use `terraform-root-modules` to provision essential account-level infrastructure, among other services.
0 commit comments