Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
milesstoetzner committed Jul 13, 2023
1 parent b765a54 commit 38bf5d0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions examples/unfurl-artifacts/lib/gcp_dbms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,6 @@ node_types:
type = bool
}
resource "google_project_service" "cloud_sql_component" {
project = var.project
service = "sql-component.googleapis.com"
}
resource "google_project_service" "cloud_sql_admin" {
depends_on = [ google_project_service.cloud_sql_component ]
Expand Down

0 comments on commit 38bf5d0

Please sign in to comment.