Skip to content

Commit 2eff45e

Browse files
committed
reviewer updates
1 parent fdadfbc commit 2eff45e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

looker/looker-core-psc/main.tf

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/**
22
* Copyright 2025 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -28,8 +28,9 @@ resource "google_looker_instance" "default" {
2828
}
2929
psc_config {
3030
allowed_vpcs = ["projects/test-project/global/networks/test"]
31-
# update only
32-
# service_attachments = [{local_fqdn: "www.local-fqdn.com" target_service_attachment_uri: "projects/my-project/regions/us-east1/serviceAttachments/sa"}]
33-
}
31+
# (Optional) List of VPCs that are allowed ingress into the Looker instance.
32+
service_attachments = [{local_fqdn: "www.local-fqdn.com" target_service_attachment_uri: "projects/my-project/regions/us-east1/serviceAttachments/sa"}]
33+
# (Optional) List of egress service attachment configurations. local_fqdn is a fully qualified domain name that will be used in the private DNS record created for the service attachment. target_service_attachment_uri is the URI of the service attachment to connect to.
34+
}
3435
}
3536
# [END looker_google_looker_instance_psc]

0 commit comments

Comments
 (0)