Giter Site home page Giter Site logo

terraform-tfe-workspace's Introduction

TFE Quick Start

Creates a workspace in TFE connected to VCS and sets up the appropriate producer/consumer users and permissions.

See examples here.

Environment Variables

  • TF_VAR_tfe_org_name
  • TF_VAR_tfe_org_email
  • TF_VAR_tfe_token

Input Variables

  • tfe_token: [Required] Token from the TFE account for the TFE provider API access.
  • tfe_org_name: [Required] Name of organization to be created in TFE.
  • tfe_org_email: [Required] Email for organziation to be created in TFE.
  • tfe_org_id: [Optional] ID of organization in TFE to use, if empty, an organization will be created.
  • tfe_producer_name: [Optional] Name of the "Producer" workspace and team, defaults to "tfe-workspace-producer".
  • tfe_producer_team_id: [Optional] ID of "Producer" team in TFE to use, if empty, a team will be created.
  • tfe_producer_team_access: [Optional] Access level for the "Producer" team, defaults to "admin".
  • tfe_consumer_name: [Optional] Name of the "Consumer" team, defaults to "tfe-workspace-consumer".
  • tfe_consumer_team_id: [Optional] ID of "Consumer" team in TFE to use, if empty, a team will be created.
  • tfe_consumer_team_access: [Optional] Access level for the "Consumer" team, defaults to "read".
  • vcs_repo_identifier: [Optional] Org and repo name for VCS, defaults to hashicorp-modules/terraform-tfe-workspace.
  • vcs_repo_branch: [Optional] github branch name, defaults to "master".
  • working_directory: [Optional] Working directory for Terraform to run in, defaults to the root directory.

Outputs

  • zREADME: The module README.
  • org_id: The TFE organization ID.
  • producer_team_id: The TFE Producer team ID.
  • consumer_team_id: The TFE Consumer team ID.
  • producer_workspace_id: The TFE Producer workspace ID.

Authors

HashiCorp Solutions Engineering Team.

License

Mozilla Public License Version 2.0. See LICENSE for full details.

terraform-tfe-workspace's People

Contributors

bensojona avatar

Stargazers

 avatar  avatar

Watchers

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