Skip to content

Commit

Permalink
Enable GMaps api
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagojsag committed Jul 12, 2022
1 parent 122450c commit 8466642
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions infrastructure/base/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ terraform {
}
}

resource "google_project_service" "maps_api" {
service = "maps-backend.googleapis.com"
disable_on_destroy = false
}

module "staging" {
source = "./modules/env"
domain = var.domain
Expand Down

0 comments on commit 8466642

Please sign in to comment.