Skip to content

Commit

Permalink
feat: Added monitoring api (#22)
Browse files Browse the repository at this point in the history
Co-authored-by: Morgante Pell <morgantep@google.com>
  • Loading branch information
ericyz and morgante committed Apr 15, 2020
1 parent d9db5f9 commit 20a2f7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ variable "activate_apis" {
"iam.googleapis.com",
"admin.googleapis.com",
"appengine.googleapis.com",
"storage-api.googleapis.com"
"storage-api.googleapis.com",
"monitoring.googleapis.com"
]
}

Expand Down

0 comments on commit 20a2f7e

Please sign in to comment.