Skip to content

tfo-apj-demos/terraform-tfe-varsets

Repository files navigation

Terraform TFE Variable Sets

License

Description

This module will generate variable sets for TFE/TFC

Table of Contents

Usage

Examples folder demonstrates TFE variables,values sourced from HashiCorp Vault Secrets, and secrets sourced from HashiCorp Vault.

Requirements

Name Version
tfe ~> 0

Providers

Name Version
tfe 0.51.1

Modules

No modules.

Resources

Name Type
tfe_variable.this resource
tfe_variable_set.this resource

Inputs

Name Description Type Default Required
tfc_organization The name of the Terraform Cloud/Enterprise organization to create the variable set in. string n/a yes
varset_description A description for the variable set to create in Terraform Cloud/Enterprise string "" no
varset_name The name of the variable set to create in Terraform Cloud/Enterprise string n/a yes
varset_variables n/a
list(object({
name = string
value = any
category = string
description = optional(string)
sensitive = optional(bool)
}))
n/a yes

Outputs

No outputs.

About

Module for managing Terraform Cloud Variable Sets

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages