Update Terraform providers and CHANGES for release

This commit is contained in:
Dalton Hubble
2021-03-23 08:45:57 -07:00
parent 4d9846b83e
commit 451ec771a8
7 changed files with 13 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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