Skip to content

A Terraform module for provisioning a set of Terraform Cloud workspaces for a team.

License

Notifications You must be signed in to change notification settings

BCDevOps/terraform-octk-tfc-workspace-set

Repository files navigation

<application_license_badge>

BC Gov Terraform Template

This repo provides a starting point for users who want to create valid Terraform modules stored in GitHub.

Third-Party Products/Libraries used and the licenses they are covered by

Project Status

  • Development
  • Production/Maintenance

Documentation

Requirements

Name Version
tfe ~> 0.23.0

Providers

Name Version
tfe ~> 0.23.0

Modules

No modules.

Resources

Name Type
tfe_team.team resource
tfe_team_access.team_access resource
tfe_team_token.team_token resource
tfe_variable.aws_access_key_id resource
tfe_variable.aws_secret_access_key resource
tfe_variable.aws_target_account_id resource
tfe_variable.aws_target_env resource
tfe_workspace.extra_workspaces resource
tfe_workspace.workspaces resource

Inputs

Name Description Type Default Required
access_key_id An AWS access key id. string null no
execution_mode Terraform 'execution mode' - either 'remote' or 'local'. See TFC docs for description of each. string "remote" no
organization The name of the Terraform Cloud / Enterprise organization in which the workspace and other resources should be created. string n/a yes
project_accounts The set of AWS project accounts for which we want to create TFC workspaces. any null no
project_definition_file_path Full path to JSON file containing project definition structure. (project.json by convention) string "project.json" no
secret_access_key An AWS secret access key. string null no
team_access_level The value indicating the level of access (permission set) that the TF Cloud team being created should have in the workspace being created. string "plan" no

Outputs

No outputs.

Getting Started

Getting Help or Reporting an Issue

To report bugs/issues/feature requests, please file an issue.

How to Contribute

If you would like to contribute, please see our CONTRIBUTING guidelines.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

License

Copyright 2018 Province of British Columbia

Licensed 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

   http://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.

About

A Terraform module for provisioning a set of Terraform Cloud workspaces for a team.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages