1
0
Fork 0
mirror of https://github.com/poseidon/typhoon synced 2024-05-24 16:36:18 +02:00

Update recommended Terraform provider versions

* Sync Terraform provider plugins with those used internally
This commit is contained in:
Dalton Hubble 2020-08-27 09:18:39 -07:00
parent a504264e24
commit 44f1fe620a
6 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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