An open API service indexing awesome lists of open source software.

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.

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.