- HCL 88.1%
- Shell 10.4%
- Makefile 1.4%
Generated automatically with structured sections (overview, project structure, installation, usage, contributing, license, repository links). Original README content preserved under "Original README". |
||
|---|---|---|
| aws | ||
| docs | ||
| .dockerignore | ||
| .editorconfig | ||
| .gitignore | ||
| .travis.yml | ||
| codefresh.yml | ||
| Dockerfile | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| README.yaml | ||
terraform-root-modules
Overview
This is a collection of reusable Terraform root modules invocations for CloudPosse AWS accounts.
Detected project types: Docker, Make-based.
This repository was migrated from upstream source github.com/shafiqalibhai/terraform-root-modules and is preserved here for archival, reference, or continued local development.
At a glance
- Default branch:
master - Visibility: public
- Size: 126 KB
- Created: 2026-04-27
- Last updated: 2026-04-27
- Stars / Forks / Open issues: 0 / 0 / 0
- License: Apache-2.0
Languages
| Language | Bytes | Share |
|---|---|---|
| HCL | 68,039 bytes | 88.1% |
| Shell | 8,031 bytes | 10.4% |
| Makefile | 1,103 bytes | 1.4% |
| Dockerfile | 41 bytes | 0.1% |
Repository structure
aws/docs/.dockerignore(107 B).editorconfig(378 B).gitignore(96 B).travis.yml(213 B)codefresh.yml(2,647 B)Dockerfile(41 B)LICENSE(11,346 B)Makefile(542 B)README.md(8,475 B)README.yaml(3,427 B)
Getting started
Clone the repository:
git clone https://forgejo.deployview.com/ssa/terraform-root-modules.git
cd terraform-root-modules
Installation
docker build -t image-name .
docker run --rm -it image-name
# or with compose
docker compose up -d
make
Usage
After building, run the container with the command shown above. Mount volumes and forward ports as required by the application.
Original README
The content below is preserved from the previous README. Headings have been demoted so they don't compete with the new top-level sections.
terraform-root-modules

This is a collection of reusable Terraform root modules invocations for CloudPosse AWS accounts.
Terraform defines a "root module" as the current working directory holding the Terraform configuration files where the terraform apply or terraform get is run.
This project is part of our comprehensive "SweetOps" approach towards DevOps.
It's 100% Open Source and licensed under the APACHE2.
Usage
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.
FROM cloudposse/terraform-root-modules:0.3.2 as terraform-root-modules
FROM cloudposse/geodesic:0.9.18
### Copy root modules into /conf folder
COPY --from=terraform-root-modules /aws/ /conf/
WORKDIR /conf/
Examples
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.
Makefile Targets
Available targets:
help This help screen
help/all Display help for all targets
Related Projects
Check out these related projects.
- audit.cloudposse.co - Example Terraform Reference Architecture of a Geodesic Module for an Audit Logs Organization in AWS.
- prod.cloudposse.co - Example Terraform Reference Architecture of a Geodesic Module for a Production Organization in AWS.
- staging.cloudposse.co - Example Terraform Reference Architecture of a Geodesic Module for a Staging Organization in AWS.
- dev.cloudposse.co - Example Terraform Reference Architecture of a Geodesic Module for a Development Sandbox Organization in AWS.
References
For additional context, refer to some of these links.
- Cloud Posse Documentation - Complete documentation for the Cloud Posse solution
Help
Got a question?
File a GitHub issue, send us an email or join our Slack Community.
Commercial Support
Work directly with our team of DevOps experts via email, slack, and video conferencing.
We provide commercial support for all of our Open Source projects. As a Dedicated Support customer, you have access to our team of subject matter experts at a fraction of the cost of a full-time engineer.
- Questions. We'll use a Shared Slack channel between your team and ours.
- Troubleshooting. We'll help you triage why things aren't working.
- Code Reviews. We'll review your Pull Requests and provide constructive feedback.
- Bug Fixes. We'll rapidly work to fix any bugs in our projects.
- Build New Terraform Modules. We'll develop original modules to provision infrastructure.
- Cloud Architecture. We'll assist with your cloud strategy and design.
- Implementation. We'll provide hands-on support to implement our reference architectures.
Community Forum
Get access to our Open Source Community Forum 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.
Contributing
Bug Reports & Feature Requests
Please use the issue tracker to report any bugs or file feature requests.
Developing
If you are interested in being a contributor and want to get involved in developing this project or help out with our other projects, we would love to hear from you! Shoot us an email.
In general, PRs are welcome. We follow the typical "fork-and-pull" Git workflow.
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull Request so that we can review your changes
NOTE: Be sure to merge the latest changes from "upstream" before making a pull request!
Copyright
Copyright © 2017-2018 Cloud Posse, LLC
License
See LICENSE for full details.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
Trademarks
All other trademarks referenced herein are the property of their respective owners.
About
This project is maintained and funded by Cloud Posse, LLC. Like it? Please let us know at hello@cloudposse.com
We're a DevOps Professional Services company based in Los Angeles, CA. We love Open Source Software!
We offer paid support on all of our projects.
Check out our other projects, apply for a job, or hire us to help with your cloud strategy and implementation.
Contributors
![]() Erik Osterman |
![]() Igor Rodionov |
![]() Andriy Knysh |
|---|
Contributing
Contributions are welcome. The typical workflow is:
- Open an issue describing the change you'd like to make.
- Fork the repository (or create a feature branch if you have write access).
- Commit your changes with clear, descriptive messages.
- Open a pull request against the
masterbranch.
Please follow the existing code style and include tests or reproduction steps where relevant.
License
This project is licensed under the Apache-2.0 license. See the LICENSE file for the full text.
Repository
- Browse: https://forgejo.deployview.com/ssa/terraform-root-modules
- Clone (HTTPS):
https://forgejo.deployview.com/ssa/terraform-root-modules.git - Clone (SSH):
ssh://git@forgejo.deployview.com:30143/ssa/terraform-root-modules.git - Upstream / origin: github.com/shafiqalibhai/terraform-root-modules
This README was generated automatically based on repository metadata, contents, and any prior README content. Edit any section above to add project-specific detail.


