Skip to content

Commit

Permalink
Start a service activation module
Browse files Browse the repository at this point in the history
  • Loading branch information
morgante committed Apr 25, 2019
1 parent abf62c5 commit b7b8ea6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions modules/services/main.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
module "project-services" {
source = "terraform-google-modules/project-factory/google//modules/project_services"
version = "2.1.3"

project_id = "morgantep-gke-test-project"

activate_apis = [
"compute.googleapis.com",
"iam.googleapis.com",
"container.googleapis.com"
]
}

0 comments on commit b7b8ea6

Please sign in to comment.