Merge remote-tracking branch 'origin/master' into fast-dev

This commit is contained in:
Ludo
2024-11-22 07:39:09 +01:00
33 changed files with 265 additions and 116 deletions

View File

@@ -172,6 +172,7 @@ module "cf-healthchecker" {
vpc_connector_config = {
ip_cidr_range = "10.132.0.0/28"
network = "vpc"
instances = {}
}
iam = {
"roles/cloudfunctions.invoker" = [module.service-account-scheduler.iam_email]