Skip to content
This repository was archived by the owner on May 26, 2025. It is now read-only.

CF 4.xx#21

Open
necrophonic wants to merge 74 commits intomasterfrom
feature/terraform
Open

CF 4.xx#21
necrophonic wants to merge 74 commits intomasterfrom
feature/terraform

Conversation

@necrophonic
Copy link
Copy Markdown
Contributor

FOR COMMENT - DO NOT MERGE

@necrophonic necrophonic added the do not merge Item for reference only - NOT to be merged label Sep 18, 2018
@@ -0,0 +1,67 @@
#!/bin/bash
#
# This script will set up a connection to a BOSH environment for you:
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Incorrect docs - this isn't BOSH

Comment thread README.md

3. Create an AWS user and access credentials

You will need to create (manually) an AWS user and generate access and secret keys via the AWS console.
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't specify what permissions the user with the access key needs to have to be able to spin this up.

Comment thread terraform/base/jumpbox.tf
from_port = "0"
to_port = "65535"
cidr_blocks = ["0.0.0.0/0"]
description = "Sod it, let jumpbox see the world"
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Description needs to be redone

Comment thread terraform/base/outputs.tf
]
}

# NASTY HACK ALERT - we cannot find a way in terraform to perform an action on all elements of a list
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If these stay in then they'll need to be raised as issues on the repo

Comment thread terraform/base/bosh.tf
protocol = "tcp"
from_port = 8443
to_port = 8443
source_security_group_id = "${aws_security_group.concourse.id}"
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Security groups should all have description's

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

do not merge Item for reference only - NOT to be merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants