Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
2d01f1f0
Commit
2d01f1f0
authored
Feb 08, 2015
by
Anton Ilin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix indentation and types cf template parameters
Use AWS specific types for key pair name and vpc parts
parent
8a7a1273
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
16 deletions
+16
-16
cloudformation-template.json
docs/getting-started-guides/aws/cloudformation-template.json
+16
-16
No files found.
docs/getting-started-guides/aws/cloudformation-template.json
View file @
2d01f1f0
...
...
@@ -62,26 +62,26 @@
},
"KeyPair"
:
{
"Description"
:
"The name of an EC2 Key Pair to allow SSH access to the instance."
,
"Type"
:
"
String
"
"Type"
:
"
AWS::EC2::KeyPair::KeyName
"
},
"VpcId"
:
{
"Description"
:
"The ID of the VPC to launch into."
,
"Type"
:
"String
"
,
"Default"
:
""
},
"SubnetId"
:
{
"Description"
:
"The ID of the VPC
to launch into (that must be within the supplied VPC)"
,
"Type"
:
"String
"
,
"Default"
:
""
},
"SubnetAZ"
:
{
"Description"
:
"The availability zone of the subnet supplied (for example eu-west-1a)"
,
"Type"
:
"String"
,
"Default"
:
""
}
"Description"
:
"The ID of the VPC to launch into."
,
"Type"
:
"AWS::EC2::VPC::Id
"
,
"Default"
:
""
},
"SubnetId"
:
{
"Description"
:
"The ID of the subnet
to launch into (that must be within the supplied VPC)"
,
"Type"
:
"AWS::EC2::Subnet::Id
"
,
"Default"
:
""
},
"SubnetAZ"
:
{
"Description"
:
"The availability zone of the subnet supplied (for example eu-west-1a)"
,
"Type"
:
"String"
,
"Default"
:
""
}
},
"Conditions"
:
{
"UseEC2Classic"
:
{
"Fn::Equals"
:
[{
"Ref"
:
"VpcId"
},
""
]}
"UseEC2Classic"
:
{
"Fn::Equals"
:
[{
"Ref"
:
"VpcId"
},
""
]}
},
"Resources"
:
{
"KubernetesSecurityGroup"
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment