From 1cc028c64b02ce769adebc0fe04680937edd01f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wiktor=20Niesiob=C4=99dzki?= Date: Fri, 31 May 2024 13:27:31 +0200 Subject: [PATCH] Fix dns policy (#2332) --- fast/stages/2-networking-a-simple/data/dns-policy-rules.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fast/stages/2-networking-a-simple/data/dns-policy-rules.yaml b/fast/stages/2-networking-a-simple/data/dns-policy-rules.yaml index 21c29e5be..180191dfd 100644 --- a/fast/stages/2-networking-a-simple/data/dns-policy-rules.yaml +++ b/fast/stages/2-networking-a-simple/data/dns-policy-rules.yaml @@ -10,7 +10,7 @@ aiplatform-notebook-cloud-all: dns_name: "*.aiplatform-notebook.cloud.google.com." local_data: { CNAME: { rrdatas: ["private.googleapis.com."] } } aiplatform-notebook-gu-all: - dns_name: "*.aiplatform-notebook.googleusercontent.com" + dns_name: "*.aiplatform-notebook.googleusercontent.com." local_data: { CNAME: { rrdatas: ["private.googleapis.com."] } } backupdr-cloud: dns_name: "backupdr.cloud.google.com."