We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b59c16d commit ceb0142Copy full SHA for ceb0142
examples/automatic-labelling-from-localhost/main.tf
@@ -46,7 +46,7 @@ module "event_project_log_entry" {
46
project_id = "${var.project_id}"
47
}
48
49
-module "function_sourced_from_localhost" {
+module "localhost_function" {
50
source = "../.."
51
52
description = "Labels resource with owner information."
@@ -68,7 +68,7 @@ resource "null_resource" "wait_for_function" {
68
command = "sleep 60"
69
70
71
- depends_on = ["module.function_sourced_from_localhost"]
+ depends_on = ["module.localhost_function"]
72
73
74
resource "google_compute_instance" "main" {
0 commit comments