Skip to content

CatylAI/terraform-tfe-workspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform TFE workspace Module

Terraform module for creating and managing HCP Terraform workspaces

Usage

module "workspace" {
  source  = "app.terraform.io/catylai/workspace/tfe"
  version = "~> 1.0"

  # Add required variables here
}

Requirements

Name Version
terraform >= 1.0
tfe >= 0.66.0

Providers

Name Version
tfe >= 0.66.0

Resources

This module manages the following resources:

  • tfe_workspace - Main resource

Inputs

See variables.tf for all available inputs.

Outputs

See outputs.tf for all available outputs.

Examples

See the examples/ directory for working examples.

License

Apache 2.0 Licensed. See LICENSE for full details.

About

Terraform module for creating and managing HCP Terraform workspaces

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages