https://github.com/glueops/terraform-module-provider-versions
This repository provides a centralized source of truth for Terraform provider versions. It includes a module that can be integrated into your Terraform configuration to ensure consistent provider versions across projects. Easily manage and update provider versions from a single location.
https://github.com/glueops/terraform-module-provider-versions
aws github google http kubernetes local opsgenie provider-versions providers random terraform terraform-module terraform-providers terraform-providers-module tfe time tls vault version-management versions
Last synced: 3 months ago
JSON representation
This repository provides a centralized source of truth for Terraform provider versions. It includes a module that can be integrated into your Terraform configuration to ensure consistent provider versions across projects. Easily manage and update provider versions from a single location.
- Host: GitHub
- URL: https://github.com/glueops/terraform-module-provider-versions
- Owner: GlueOps
- Created: 2023-06-13T06:28:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-19T06:56:59.000Z (7 months ago)
- Last Synced: 2025-03-19T07:39:23.438Z (7 months ago)
- Topics: aws, github, google, http, kubernetes, local, opsgenie, provider-versions, providers, random, terraform, terraform-module, terraform-providers, terraform-providers-module, tfe, time, tls, vault, version-management, versions
- Language: HCL
- Homepage:
- Size: 122 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 52
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# terraform-module-provider-versions
## Overview
To use this repo as your source of truth for provider versions just add a file like this to your terraform directory:
*provider_versions.tf*:
```hcl
module "provider_versions" {
source = "git::https://github.com/GlueOps/terraform-module-provider-versions.git"
}
```## Note:
- GlueOps uses `main` for production across all repositories. So please test compatibility as needed on a feature branch.