Skip to content

Minor fixes - #2

Open
mgood wants to merge 4 commits into
gliderlabs:masterfrom
mgood:minor-fixes
Open

Minor fixes#2
mgood wants to merge 4 commits into
gliderlabs:masterfrom
mgood:minor-fixes

Conversation

@mgood

@mgoodmgood commented Aug 7, 2015

Copy link
Copy Markdown

Fixed "cell-rundir" getting the last run directory, e.g. for using gun prod output to get Terraform outputs.

Also fixed the "public_ips" output in "host.tf" to aws_instance.host instead of aws_instance.node.

mgood added 2 commits August 7, 2015 15:06
Variable be "host" instead of "node".
Adds the base directory when calling cell-rundir to get the last run directory.
@progrium

Copy link
Copy Markdown
Contributor

👍 should we keep this open in case you find more?

Parsing the "aws" command output relied on configuring the tool for JSON output
by default. Add "--output json" to force JSON output.
Calls "terraform taint" to mark a resource as "tainted" which will force
recreating it on the next "apply".
@rojaro

Copy link
Copy Markdown

@progrium please merge these patches

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@mgood@progrium@rojaro