Skip to content

Commit 66bdeb9

Browse files
committed
clarify allowed vpc and service attachment arguments
1 parent c50a784 commit 66bdeb9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

looker/looker-core-psc/main.tf

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,8 @@ resource "google_looker_instance" "default" {
2727
client_secret = "my-client-secret"
2828
}
2929
psc_config {
30-
allowed_vpcs = ["projects/test-project/global/networks/test"]
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.
30+
# allowed_vpcs = ["projects/{project}/global/networks/{network}"]
31+
# (Optional) List of VPCs that are allowed ingress into the Looker instance. Set an allowed VPC if you are creating an instance that uses only private IP.
3432
}
3533
}
3634
# [END looker_google_looker_instance_psc]

0 commit comments

Comments
 (0)