Added module for Secure Web Proxy.

This commit is contained in:
Taneli Leppä
2023-06-12 20:58:33 +02:00
parent 19860333a7
commit 81285065ca
106 changed files with 932 additions and 187 deletions

View File

@@ -17,11 +17,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.64.0" # tftest
version = ">= 4.69.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.64.0" # tftest
version = ">= 4.69.0" # tftest
}
}
}