Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 40a0090

Browse files
committed
Finalize Inital Release
1 parent ebb36c9 commit 40a0090

4 files changed

+56
-7
lines changed

.gitmodules

-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
[submodule "submodules/quickstart-hashicorp-consul"]
2-
path = submodules/quickstart-hashicorp-consul
3-
url = [email protected]:aws-quickstart/quickstart-hashicorp-consul.git
4-
branch = master
51
[submodule "submodules/quickstart-aws-vpc"]
62
path = submodules/quickstart-aws-vpc
73
url = [email protected]:aws-quickstart/quickstart-aws-vpc.git
-1
This file was deleted.

templates/quickstart-hashicorp-vault-master.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"AWSTemplateFormatVersion": "2010-09-09",
3-
"Description": "Hashicorp Consul+Vault, License: Apache 2.0 (Please do not remove) Nov,10,2016",
3+
"Description": "Hashicorp Consul+Vault, License: Apache 2.0 (Please do not remove) Nov,14,2016",
44
"Metadata": {
55
"AWS::CloudFormation::Interface": {
66
"ParameterGroups": [{

templates/quickstart-hashicorp-vault.template

+55-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"AWSTemplateFormatVersion": "2010-09-09",
3-
"Description": "QS(0039) HashiCorp Consul License: Apache 2.0 (Please do not remove) Nov,10,2016",
3+
"Description": "QS(0039) HashiCorp Consul License: Apache 2.0 (Please do not remove) Nov,14,2016",
44
"Parameters": {
55
"KeyPair": {
66
"Description": "Name of an existing EC2 KeyPair to enable SSH access to the instances",
@@ -102,6 +102,60 @@
102102
}
103103
},
104104
"Mappings": {
105+
"AWSInfoRegionMap": {
106+
"ap-northeast-1": {
107+
"Partition": "aws",
108+
"QuickStartS3URL": "https://s3.amazonaws.com"
109+
},
110+
"ap-northeast-2": {
111+
"Partition": "aws",
112+
"QuickStartS3URL": "https://s3.amazonaws.com"
113+
},
114+
"ap-south-1": {
115+
"Partition": "aws",
116+
"QuickStartS3URL": "https://s3.amazonaws.com"
117+
},
118+
"ap-southeast-1": {
119+
"Partition": "aws",
120+
"QuickStartS3URL": "https://s3.amazonaws.com"
121+
},
122+
"ap-southeast-2": {
123+
"Partition": "aws",
124+
"QuickStartS3URL": "https://s3.amazonaws.com"
125+
},
126+
"eu-central-1": {
127+
"Partition": "aws",
128+
"QuickStartS3URL": "https://s3.amazonaws.com"
129+
},
130+
"eu-west-1": {
131+
"Partition": "aws",
132+
"QuickStartS3URL": "https://s3.amazonaws.com"
133+
},
134+
"sa-east-1": {
135+
"Partition": "aws",
136+
"QuickStartS3URL": "https://s3.amazonaws.com"
137+
},
138+
"us-east-1": {
139+
"Partition": "aws",
140+
"QuickStartS3URL": "https://s3.amazonaws.com"
141+
},
142+
"us-east-2": {
143+
"Partition": "aws",
144+
"QuickStartS3URL": "https://s3.amazonaws.com"
145+
},
146+
"us-gov-west-1": {
147+
"Partition": "aws-us-gov",
148+
"QuickStartS3URL": "https://s3-us-gov-west-1.amazonaws.com"
149+
},
150+
"us-west-1": {
151+
"Partition": "aws",
152+
"QuickStartS3URL": "https://s3.amazonaws.com"
153+
},
154+
"us-west-2": {
155+
"Partition": "aws",
156+
"QuickStartS3URL": "https://s3.amazonaws.com"
157+
}
158+
},
105159
"AWSAMIRegionMap": {
106160
"AMI": {
107161
"US1404HVM": "ubuntu/images/hvm-ssd/ubuntu-trusty-14.04-amd64-server-20161020"

0 commit comments

Comments
 (0)