Giter VIP home page Giter VIP logo

terraform-tfe-org-factory's Introduction

tfe-org-factory

Terraform module which creates Terraform Cloud organizations, workspaces, and teams

Usage

module "tfe" {
    source = "ned1313/org-factory/tfe"
    
    organization_name = "name-of-organization-to-manage"
    create_new = true
    config_file_path = "path_to_config_file.json"
}

The JSON file holding the configuration should follow the format outlined here or in the example_config.json file.

{
    "workspaces": [
        {
            "name": "workspace_name",
            "description": "workspace description",
            "teams": [
                {
                    "name": "team_name",
                    "access_level": "access_level"
                }
            ],
            "terraform_version": "1.1.0",
            "tag_names": [
                "tag1"
            ]
        }
    ],
    "teams": [
        {
            "name": "team_name",
            "visibility": "visibility_level",
            "organization_access": {
                "manage_policies": true,
                "manage_policy_overrides": true,
                "manage_workspaces": false,
                "manage_vcs_settings": false
            },
            "members": [
                "user_email_address"
            ]
        }
    ]
}

Note: Only the name is required for the teams and workspaces. All other fields are optional. The Terraform version for workspaces will be set to "~> 1.0" if no value is provided.

Terraform Cloud Plan

The organization created or used by the module must be enrolled in the Teams & Governance plan for teams to be created and permissions assigned to the workspaces. If you are creating a new organization, you can apply the module once to create the org, then change the billing plan. On the second run, the teams and permissions will be created.

terraform-tfe-org-factory's People

Contributors

ned1313 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.