About 253,000 results
Open links in new tab
  1. terraform-best-practices/code-structure.md at master - GitHub

    See examples of code structures for Terraform or Terragrunt in the next chapter.

  2. TerraformFoundation/terraform-github-repository

    A Terraform module for creating a public or private repository on Github. This module supports Terraform v1.x and is compatible with the Official Terraform GitHub Provider v4.20 and above …

  3. Standard Module Structure | Terraform | HashiCorp Developer

    The standard module structure is a file and directory layout we recommend for reusable modules distributed in separate repositories. Terraform tooling is built to understand the standard …

  4. Module Sources | Terraform | HashiCorp Developer

    Terraform installs modules from Git repositories by running git clone, and so it will respect any local Git configuration set on your system, including credentials. To access a non-public Git …

  5. github - Terraform Registry

    Repository files can be imported using a combination of the repo and file, e.g. To import a file from a branch other than the default branch, append : and the branch name, e.g.

  6. corymhall/example-terraform-project: An example Terraform repo - GitHub

    This repo is an example of how to structure your terraform repo to make use of Terraform workspaces. It also provides examples of how to create and test Terraform modules. This …

  7. Terraform Module Best Practices: A Complete Guide - DevOpsCube

    Apr 21, 2025 · To make a maintenance task easier, use a GitHub/GitLab repository or GitHub fork methodology for your Terraform modules. This repository can contain all of the essential CI …

  8. A Successful Terraform Repositories Structure - Medium

    Jan 14, 2025 · This post presents an approach to managing Terraform code repositories that I have found to be very successful, even at a very large scale. This hopefully provides project …

  9. Terraform Repository Structure // Josh Kodroff, Technologist

    Module subdirectories/repositories should follow the standard module structure per the Terraform docs. External modules should always be pinned at a version : a git revision or a version …

  10. Terraform: create GitHub Organization Repository instead of a …

    Oct 29, 2021 · Inside a module I have a github-repos.tf file that looks like so: ./moduel1/github-repos.tf. This successfully creates the repo without issue but its inside the PAT user account …

  11. Some results have been removed
Refresh