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 Dec 9, 2019
1 parent 636bbc4 commit 0594ec0
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 0594ec0

Please sign in to comment.