Skip to content

Commit

Permalink
Add new resource for Service Project Attachment for Apphub
Browse files Browse the repository at this point in the history
  • Loading branch information
eshagoel06 committed Feb 29, 2024
1 parent 68e0603 commit 1f34e5d
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
data "google_project" "host-project" {}

resource "google_project_service" "apphub" {
project = google_project.host-project.project_id
service = "apphub.googleapis.com"
}

resource "google_apphub_service_project_attachment" "<%= ctx[:primary_resource_id] %>" {
service_project_attachment_id = google_project.service_project.project_id
}
Expand Down

0 comments on commit 1f34e5d

Please sign in to comment.