Skip to content

Commit f33bc88

Browse files
authored
tests: updated fscloud example for correct zone (#521)
1 parent ed6936e commit f33bc88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/fscloud/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ module "cbr_account_level" {
105105
serviceRef_location = ["au", "tok"]
106106
},
107107
server-protect = {
108-
serviceRef_location = ["fr"]
108+
serviceRef_location = ["eu"]
109109
},
110110
cloud-object-storage = {
111111
zone_name = "COS-zone-example-of-customized-zone-name"

0 commit comments

Comments
 (0)