We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c31db1 commit d725155Copy full SHA for d725155
modules/gcp/gcs-lb-domain/locals.tf
@@ -4,7 +4,7 @@ locals {
4
labels = merge({
5
namespace = var.namespace,
6
terraform = "true"
7
- tf_module = "gcp/gcs-lb-domain"
+ tf_module = "gcs-lb-domain"
8
project = local.project
9
}, var.labels)
10
0 commit comments