Skip to content

hashicorp/terraform-tfe-terraform-versions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

terraform-tfe-terraform-versions

Note: this module requires a version of the tfe provider >=0.28

A Terraform module to manage official Terraform versions on TFE

Getting Started

module "terraform-versions" {
  source = "hashicorp/terraform-versions"

  enabled_versions = ["1.1.4", "1.1.3", "1.0.0"]
}

Importing versions

Since none of these resources will be created you'll need to import them. We've provided a handy script scripts/import_versions.sh that will import for you. This script expects a module name passed as an argument.

In your root module:

./.terraform/modules/terraform-versions/scripts/import_versions.sh terraform-versions 

About

A Terraform module to easily manage Terraform versions on TFE

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published