You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by to...@apache.org on 2022/09/30 01:56:04 UTC

[shardingsphere-on-cloud] branch main updated: Update apache-shardingsphere-5.2.0.json (#67)

This is an automated email from the ASF dual-hosted git repository.

totalo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shardingsphere-on-cloud.git


The following commit(s) were added to refs/heads/main by this push:
     new 48c33a6  Update apache-shardingsphere-5.2.0.json (#67)
48c33a6 is described below

commit 48c33a6783ac1591581258d670ca8154f2067a42
Author: tonyli <yu...@hotmail.com>
AuthorDate: Fri Sep 30 09:55:59 2022 +0800

    Update apache-shardingsphere-5.2.0.json (#67)
    
    Deleted unused parameter “InitialStackName”
---
 cloudformation/apache-shardingsphere-5.2.0.json | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/cloudformation/apache-shardingsphere-5.2.0.json b/cloudformation/apache-shardingsphere-5.2.0.json
index cfc6de6..1a5043e 100644
--- a/cloudformation/apache-shardingsphere-5.2.0.json
+++ b/cloudformation/apache-shardingsphere-5.2.0.json
@@ -20,14 +20,6 @@
   "AWSTemplateFormatVersion": "2010-09-09",
   "Description": "Deploy Apache ShardingSphere with Single AZ",
   "Parameters": {
-    "InitialStackName": {
-      "Description": "Name of an active CloudFormation stack that contains the initial resources.",
-      "Type": "String",
-      "MinLength" : 1,
-      "MaxLength" : 255,
-      "AllowedPattern" : "^[a-zA-Z][-a-zA-Z0-9]*$",
-      "Default" : "ShardingSphere"
-    },
     "VPC": {
       "Description": "VPC",
       "Type": "AWS::EC2::VPC::Id",