Skip to content

Commit ceb0142

Browse files
committed
Use consistent naming of modules in examples
1 parent b59c16d commit ceb0142

File tree

1 file changed

+2
-2
lines changed
  • examples/automatic-labelling-from-localhost

1 file changed

+2
-2
lines changed

examples/automatic-labelling-from-localhost/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ module "event_project_log_entry" {
4646
project_id = "${var.project_id}"
4747
}
4848

49-
module "function_sourced_from_localhost" {
49+
module "localhost_function" {
5050
source = "../.."
5151

5252
description = "Labels resource with owner information."
@@ -68,7 +68,7 @@ resource "null_resource" "wait_for_function" {
6868
command = "sleep 60"
6969
}
7070

71-
depends_on = ["module.function_sourced_from_localhost"]
71+
depends_on = ["module.localhost_function"]
7272
}
7373

7474
resource "google_compute_instance" "main" {

0 commit comments

Comments
 (0)