terraform-cisco-modules / terraform-tfe-modules

Module to Create Terraform workspaces with Intersight IST

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terraform Cloud - Workspace Modules

This Repository consists of three sub-modules

  • tfc_agent_pool
  • tfc_workspaces
  • tfc_variables

tfc_agent_pool is used to obtain a data source of an existing Agent Pool from Terraform Cloud

tfc_workspaces will build workspaces within an Organization in Terraform Cloud

tfc_variables will assign variables to workspaces created with the tfc_workspaces module

Please refer to the README.md in each module for further details.

IMPORTANT NOTE: The resource tfe_variables stores data in plain text even when attributes are marked as sensitive. Be very cautious not to allow state files to be synched to a public repository.

Usage

  • Please refer to the examples folder for a working example.

About

Module to Create Terraform workspaces with Intersight IST

License:MIT License


Languages

Language:HCL 100.0%