Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tf_mod_aws_bastion
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
steamhaus
tf_mod_aws_bastion
Commits
484cae48
Commit
484cae48
authored
Oct 28, 2016
by
A-Gordon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated readme
parent
582fc51c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
12 deletions
+5
-12
README.md
README.md
+5
-12
No files found.
README.md
View file @
484cae48
...
...
@@ -6,18 +6,11 @@ The module generates the launch configuration, the auto scaling group and two au
1.
) Adding a module resource to your template, e.g.
`main.tf`
```
module "
asg
" {
source = "
../../../../steamhaus/tf_mod_aws_ec2
"
module "
bastion
" {
source = "
git::https://git.steamhaus.co.uk/steamhaus/tf_mod_aws_bastion
"
lc_name = "${var.name}-app-lc-"
ami_id = "${data.aws_ami.app.id}"
iam_instance_profile = "${module.cloudwatch_logs.profile_id}"
key_name = "Bastion"
security_groups = ["${aws_security_group.app.id}"]
user_data = "${data.template_file.userdata_app.rendered}"
asg_name = "${var.name}-app"
load_balancers = ["${module.elb.elb_id}"]
vpc_zone_identifier = ["${module.vpc.private_subnets}"]
availability_zones = "${var.aws_availability_zones}"
vpc_id = "${module.vpc.vpc_id}"
subnet_ids = "${module.vpc.public_subnets}"
}
```
\ No newline at end of file
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