Migrated from github.com/shafiqalibhai/terraform-root-modules https://cloudposse.com/
  • HCL 88.1%
  • Shell 10.4%
  • Makefile 1.4%
Find a file
ssa b817eee7d1 Update README with comprehensive project information
Generated automatically with structured sections (overview, project structure, installation, usage, contributing, license, repository links). Original README content preserved under "Original README".
2026-04-27 20:39:42 +00:00
aws Add eks module. Add eks-backing-services-peering module (#42) 2018-10-01 13:52:37 -04:00
docs Migrate to README.yaml format, add travis (#19) 2018-07-05 15:51:59 +03:00
.dockerignore Update README to CloudPosse standard README.md format (#6) 2018-05-22 19:53:34 -04:00
.editorconfig Initial implementation (#1) 2018-05-12 00:19:54 -04:00
.gitignore [kops] Parameterize state backend (#34) 2018-08-03 19:39:59 -07:00
.travis.yml Migrate to README.yaml format, add travis (#19) 2018-07-05 15:51:59 +03:00
codefresh.yml [kops] Parameterize state backend (#34) 2018-08-03 19:39:59 -07:00
Dockerfile Push stable images to dockerhub (#3) 2018-05-21 20:42:13 -07:00
LICENSE Initial implementation (#1) 2018-05-12 00:19:54 -04:00
Makefile Migrate to README.yaml format, add travis (#19) 2018-07-05 15:51:59 +03:00
README.md Update README with comprehensive project information 2026-04-27 20:39:42 +00:00
README.yaml Update README (#24) 2018-07-16 16:15:15 -04:00

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.

Cloud Posse

terraform-root-modules Build Status Codefresh Build Status Latest Release Slack Community

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

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.

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.

E-Mail

  • 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.

  1. Fork the repo on GitHub
  2. Clone the project to your own machine
  3. Commit changes to your own branch
  4. Push your work back up to your fork
  5. 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 © 2017-2018 Cloud Posse, LLC

License

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

Cloud Posse

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
Erik Osterman
Igor Rodionov
Igor Rodionov
Andriy Knysh
Andriy Knysh

Contributing

Contributions are welcome. The typical workflow is:

  1. Open an issue describing the change you'd like to make.
  2. Fork the repository (or create a feature branch if you have write access).
  3. Commit your changes with clear, descriptive messages.
  4. Open a pull request against the master branch.

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.