Add release note about master to main branch rename

* Update Terraform provider versions
This commit is contained in:
Dalton Hubble
2022-07-19 18:12:37 -07:00
parent f42b45451b
commit 7f445b0dba
7 changed files with 10 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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