We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e64ee3 commit e420c69Copy full SHA for e420c69
main.tf
@@ -60,7 +60,7 @@ provider "kubernetes" {
60
// Services
61
module "project_services" {
62
source = "terraform-google-modules/project-factory/google//modules/project_services"
63
- version = "~> 14.0"
+ version = "~> 18.0"
64
65
project_id = var.project_id
66
disable_services_on_destroy = false
test/setup/main.tf
@@ -16,7 +16,7 @@
16
17
module "gke-gitlab-proj" {
18
source = "terraform-google-modules/project-factory/google"
19
20
21
name = "ci-gitlab"
22
random_project_id = true
0 commit comments