There was an error while loading. Please reload this page.
1 parent abf62c5 commit b7b8ea6Copy full SHA for b7b8ea6
modules/services/main.tf
@@ -0,0 +1,12 @@
1
+module "project-services" {
2
+ source = "terraform-google-modules/project-factory/google//modules/project_services"
3
+ version = "2.1.3"
4
+
5
+ project_id = "morgantep-gke-test-project"
6
7
+ activate_apis = [
8
+ "compute.googleapis.com",
9
+ "iam.googleapis.com",
10
+ "container.googleapis.com"
11
+ ]
12
+}
0 commit comments