From efa4ce422502f8c047270f96a7fbf1e1d85be69f Mon Sep 17 00:00:00 2001 From: Nick Willan Date: Sun, 27 Apr 2025 15:48:58 -0400 Subject: [PATCH] fix: Update Readme.md example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fcc4bde..9992dbc 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ const globalParameter = new GlobalStringParameter(this, 'MyGlobalParameter', { description: 'A global parameter example', }, tags: [{ Key: 'key1', Value: 'value1' }], - replicaRegions: ['us-east-1', 'us-west-2'], + replicaRegions: ['us-east-1', 'us-west-2', 'ca-central-1'], }); ```