Skip to content

Commit a98d6d7

Browse files
committed
Replace Prodyna test email placeholders
1 parent 3e9c71d commit a98d6d7

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

src/tests/hub_spoke.tftest.hcl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
variables {
2-
owner_email = "matthias.hauber@prodyna.com"
2+
owner_email = "example@digits.schwarz"
33
company_name = "Test Corp"
44
company_code = "tst"
55
organization_id = "b76b54b6-f55d-41a1-b3c3-30252f8b97cc"
@@ -59,15 +59,15 @@ variables {
5959
"test-corporate" = {
6060
project_name = "Test Corporate LZ"
6161
project_code = "tcorp"
62-
owner_email = "matthias.hauber@prodyna.com"
62+
owner_email = "example@digits.schwarz"
6363
env = "test"
6464
corporate = true
6565
network_prefix_length = 25
6666
}
6767
"test-public" = {
6868
project_name = "Test Public LZ"
6969
project_code = "tpub"
70-
owner_email = "matthias.hauber@prodyna.com"
70+
owner_email = "example@digits.schwarz"
7171
env = "test"
7272
corporate = false
7373
}

src/tests/hub_spoke_firewall.tftest.hcl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
variables {
2-
owner_email = "matthias.hauber@prodyna.com"
2+
owner_email = "example@digits.schwarz"
33
company_name = "Test Corp"
44
company_code = "tst"
55
organization_id = "b76b54b6-f55d-41a1-b3c3-30252f8b97cc"
@@ -67,23 +67,23 @@ variables {
6767
sandboxes = [
6868
{
6969
project_name = "Test Sandbox"
70-
project_owner_email = "matthias.hauber@prodyna.com"
70+
project_owner_email = "example@digits.schwarz"
7171
}
7272
]
7373

7474
landing_zones = {
7575
"test-corporate" = {
7676
project_name = "Test Corporate LZ"
7777
project_code = "tcorp"
78-
owner_email = "matthias.hauber@prodyna.com"
78+
owner_email = "example@digits.schwarz"
7979
env = "test"
8080
corporate = true
8181
network_prefix_length = 25
8282
}
8383
"test-public" = {
8484
project_name = "Test Public LZ"
8585
project_code = "tpub"
86-
owner_email = "matthias.hauber@prodyna.com"
86+
owner_email = "example@digits.schwarz"
8787
env = "test"
8888
corporate = false
8989
}

src/tests/standalone.tftest.hcl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
variables {
2-
owner_email = "matthias.hauber@prodyna.com"
2+
owner_email = "example@digits.schwarz"
33
company_name = "Test Corp"
44
company_code = "tst"
55
organization_id = "b76b54b6-f55d-41a1-b3c3-30252f8b97cc"
@@ -44,15 +44,15 @@ variables {
4444
sandboxes = [
4545
{
4646
project_name = "Test Sandbox"
47-
project_owner_email = "matthias.hauber@prodyna.com"
47+
project_owner_email = "example@digits.schwarz"
4848
}
4949
]
5050

5151
landing_zones = {
5252
"test-public" = {
5353
project_name = "Test Public LZ"
5454
project_code = "tpub"
55-
owner_email = "matthias.hauber@prodyna.com"
55+
owner_email = "example@digits.schwarz"
5656
env = "test"
5757
corporate = false
5858
}

0 commit comments

Comments
 (0)