Skip to content

Commit 759ea50

Browse files
committed
chore: update cloud_provider_region to "cn-north-4" in automq_byoc module
1 parent 6d73ff5 commit 759ea50

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ module "automq_byoc" {
2727
# Set the identifier for the environment to be installed. This ID will be used for naming internal resources. The environment ID supports only uppercase and lowercase English letters, numbers, and hyphens (-). It must start with a letter and is limited to a length of 32 characters.
2828
automq_byoc_env_id = "example"
2929
30-
# Set the target regionId of aws
31-
cloud_provider_region = "ap-southeast-1"
30+
# Set the target regionId of huaweicloud
31+
cloud_provider_region = "cn-north-4"
32+
33+
automq_byoc_env_console_ami_name = "AutoMQ-control-center-Test-0.0.1-SNAPSHOT-2024-09-11-05.53-x86_64"
3234
}
3335
3436
# Necessary outputs

0 commit comments

Comments
 (0)