Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Update minimum Terraform provider versions
Browse files Browse the repository at this point in the history
* Update `null` provider to allow use of v3.1.x releases,
instead of being stuck on v2.1.2
* Update min versions in terraform-render-boostrap
poseidon/terraform-render-bootstrap#287
* Document the recommended versions of Terraform cloud providers
  • Loading branch information
dghubble committed Dec 8, 2021
1 parent c86b10b commit efab8ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
terraform {
required_version = ">= 0.13.0, < 2.0.0"
required_providers {
template = "~> 2.1"
null = "~> 2.1"
template = "~> 2.2"
null = ">= 2.1"

ct = {
source = "poseidon/ct"
Expand Down

0 comments on commit efab8ac

Please sign in to comment.