Add Agent Engine module. (#3429)

This commit is contained in:
Luca Prete
2025-10-20 17:02:39 +02:00
committed by GitHub
parent 48f6b4cd49
commit 64738a1808
220 changed files with 2101 additions and 398 deletions

View File

@@ -19,11 +19,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 7.0.1, < 8.0.0" # tftest
version = ">= 7.6.0, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 7.0.1, < 8.0.0" # tftest
version = ">= 7.6.0, < 8.0.0" # tftest
}
}
provider_meta "google" {