Skip to content

Commit c9e08d3

Browse files
fix: Use subnet self link correctly
1 parent e9dc32e commit c9e08d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/kafka/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ resource "google_managed_kafka_cluster" "this" {
1313
gcp_config {
1414
access_config {
1515
network_configs {
16-
subnet = var.subnetwork_self_link.name
16+
subnet = var.subnetwork_self_link
1717
}
1818
}
1919
}

0 commit comments

Comments
 (0)