1
0
Fork 0
mirror of https://github.com/poseidon/typhoon synced 2024-05-27 09:56:23 +02:00

Update Terraform provider recommendations in docs

This commit is contained in:
Dalton Hubble 2022-01-19 21:16:37 -08:00
parent 3da8c1575c
commit f614c538cf
8 changed files with 8 additions and 8 deletions

View File

@ -55,7 +55,7 @@ terraform {
} }
aws = { aws = {
source = "hashicorp/aws" source = "hashicorp/aws"
version = "3.67.0" version = "3.72.0"
} }
} }
} }

View File

@ -52,7 +52,7 @@ terraform {
} }
azurerm = { azurerm = {
source = "hashicorp/azurerm" source = "hashicorp/azurerm"
version = "2.88.1" version = "2.92.0"
} }
} }
} }

View File

@ -55,7 +55,7 @@ terraform {
} }
digitalocean = { digitalocean = {
source = "digitalocean/digitalocean" source = "digitalocean/digitalocean"
version = "1.22.1" version = "2.17.0"
} }
} }
} }

View File

@ -56,7 +56,7 @@ terraform {
} }
google = { google = {
source = "hashicorp/google" source = "hashicorp/google"
version = "4.3.0" version = "4.7.0"
} }
} }
} }

View File

@ -55,7 +55,7 @@ terraform {
} }
aws = { aws = {
source = "hashicorp/aws" source = "hashicorp/aws"
version = "3.67.0" version = "3.72.0"
} }
} }
} }

View File

@ -52,7 +52,7 @@ terraform {
} }
azurerm = { azurerm = {
source = "hashicorp/azurerm" source = "hashicorp/azurerm"
version = "2.88.1" version = "2.92.0"
} }
} }
} }

View File

@ -55,7 +55,7 @@ terraform {
} }
digitalocean = { digitalocean = {
source = "digitalocean/digitalocean" source = "digitalocean/digitalocean"
version = "1.22.1" version = "2.17.0"
} }
} }
} }

View File

@ -56,7 +56,7 @@ terraform {
} }
google = { google = {
source = "hashicorp/google" source = "hashicorp/google"
version = "4.3.0" version = "4.7.0"
} }
} }
} }