No description
  • Shell 95.1%
  • HCL 4.9%
Find a file
oss-core-libraries-dashboard[bot] 94f9df5eac
[COMPLIANCE] Update Copyright and License Headers (#4)
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
2026-02-20 15:30:30 +05:30
files Add Terraform versions up to 1.1.6 2022-03-03 19:35:44 -05:00
scripts [COMPLIANCE] Update Copyright and License Headers (#4) 2026-02-20 15:30:30 +05:30
LICENSE [COMPLIANCE] Update Copyright and License Headers (#4) 2026-02-20 15:30:30 +05:30
main.tf [COMPLIANCE] Update Copyright and License Headers (#4) 2026-02-20 15:30:30 +05:30
README.md Update README.md 2022-02-10 15:16:28 -05:00
variables.tf [COMPLIANCE] Update Copyright and License Headers (#4) 2026-02-20 15:30:30 +05:30

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