Skip to content

Commit 22e1c75

Browse files
committed
fix: fixing failing tests
1 parent e61be2b commit 22e1c75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/public-zone/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ variable "project_id" {
2121

2222
variable "name" {
2323
description = "DNS zone name."
24-
default = "foo-example-invalid-org"
24+
default = "foo-example-org"
2525
}
2626

2727
variable "domain" {
2828
description = "Zone domain."
29-
default = "foo.example-invalid.org."
29+
default = "foo.example.org."
3030
}
3131

3232
variable "network_self_links" {

0 commit comments

Comments
 (0)