Update Prometheus and Grafana addons

* Bump recommended Terraform provider versions
This commit is contained in:
Dalton Hubble
2022-07-02 11:12:41 -07:00
parent 61cbfc044d
commit 42bf82b325
9 changed files with 13 additions and 8 deletions

View File

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

View File

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

View File

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