Skip to content

Commit

Permalink
fixed error related to the linting stage
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkonkin committed May 2, 2019
1 parent 8e780a0 commit 603ffdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core_project_factory/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ resource "google_project_service" "project_services" {

disable_on_destroy = "${var.disable_services_on_destroy}"
disable_dependent_services = "${var.disable_dependent_services}"

depends_on = ["google_project.main"]
}

Expand Down

0 comments on commit 603ffdd

Please sign in to comment.