Using: Terraform v0.9.7

Your version of Terraform is out of date! The latest version
is 0.9.11. You can update by downloading from www.terraform.io
Running wtf.sh version: 2.2.1
Running terraform against directory: /Users/michlyon/go/src/code.justin.tv/d8a/mylons-tcs-example/terraform/twitch-service-bladerunner-dev
Bootstrapping local terraform state config to use S3
No specific bucket given, so using the account name as the bucket for tfstate
[0m[1mDownloading modules (if any)...[0m
Get: git::git+ssh://git@git-aws.internal.justin.tv/dta/tf_beanstalk_app.git?ref=0.0.1
Get: file:///Users/michlyon/go/src/code.justin.tv/d8a/mylons-tcs-example/terraform/modules/tf_beanstalk_webserver_env
Get: file:///Users/michlyon/go/src/code.justin.tv/d8a/mylons-tcs-example/terraform/modules/tf_beanstalk_webserver_env
Get: file:///Users/michlyon/go/src/code.justin.tv/d8a/mylons-tcs-example/terraform/modules/tf_beanstalk_webserver_env
[0m[1mInitializing the backend...[0m

[0m[1m[32mTerraform has been successfully initialized![0m[32m

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.

If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your environment. If you forget, other
commands will detect it and remind you to do so if necessary.[0m
Running 'terraform get -update'
Get: git::git+ssh://git@git-aws.internal.justin.tv/dta/tf_beanstalk_app.git?ref=0.0.1 (update)
Get: file:///Users/michlyon/go/src/code.justin.tv/d8a/mylons-tcs-example/terraform/modules/tf_beanstalk_webserver_env (update)
Get: file:///Users/michlyon/go/src/code.justin.tv/d8a/mylons-tcs-example/terraform/modules/tf_beanstalk_webserver_env (update)
Get: file:///Users/michlyon/go/src/code.justin.tv/d8a/mylons-tcs-example/terraform/modules/tf_beanstalk_webserver_env (update)
Preparing to run apply based on plan file located at: tf_apply.tf_plan
Refreshing state of local resources and checking plan file for changes...
[0m[1m[32m
Apply complete! Resources: 0 added, 0 changed, 0 destroyed.[0m
[0m[1m[32m
Outputs:

beanstalk_application_name_twitch-service-bladerunner-dev = mylons-tcs-example
dev-autoscaling_groups = [
    awseb-e-4iwfumhj9x-stack-AWSEBAutoScalingGroup-NI4D8RB7Y25T
]
dev-beanstalk_environment_cname = dev-d8a-mylons-tcs-example-env.dphtmd82dh.us-west-2.elasticbeanstalk.com
dev-beanstalk_environment_name = dev-d8a-mylons-tcs-example-env
dev-iam_role_arn = arn:aws:iam::549644572512:role/dev-d8a-mylons-tcs-example
dev-iam_role_id = dev-d8a-mylons-tcs-example
dev-instances = [
    i-0162a7192a4cbb2b0
]
dev-launch_configurations = [
    awseb-e-4iwfumhj9x-stack-AWSEBAutoScalingLaunchConfiguration-1J4ZFKJBFSE1M
]
dev-load_balancers = [
    awseb-e-4-AWSEBLoa-XWAJCCCJEX8Y
]
prod-autoscaling_groups = [
    awseb-e-h7utgpjz9d-stack-AWSEBAutoScalingGroup-1JW5TMNVN9S6
]
prod-beanstalk_environment_cname = prod-d8a-mylons-tcs-example-env.dphtmd82dh.us-west-2.elasticbeanstalk.com
prod-beanstalk_environment_name = prod-d8a-mylons-tcs-example-env
prod-iam_role_arn = arn:aws:iam::549644572512:role/prod-d8a-mylons-tcs-example
prod-iam_role_id = prod-d8a-mylons-tcs-example
prod-instances = [
    i-020117cd5d99c1228
]
prod-launch_configurations = [
    awseb-e-h7utgpjz9d-stack-AWSEBAutoScalingLaunchConfiguration-A0WXH2KGPASH
]
prod-load_balancers = [
    awseb-e-h-AWSEBLoa-1US75ZW69RL9Q
]
staging-autoscaling_groups = [
    awseb-e-pbstme5xvc-stack-AWSEBAutoScalingGroup-AI0DEEYYWMW4
]
staging-beanstalk_environment_cname = staging-d8a-mylons-tcs-example-env.dphtmd82dh.us-west-2.elasticbeanstalk.com
staging-beanstalk_environment_name = staging-d8a-mylons-tcs-example-env
staging-iam_role_arn = arn:aws:iam::549644572512:role/staging-d8a-mylons-tcs-example
staging-iam_role_id = staging-d8a-mylons-tcs-example
staging-instances = [
    i-0dfe1382176343803
]
staging-launch_configurations = [
    awseb-e-pbstme5xvc-stack-AWSEBAutoScalingLaunchConfiguration-GP8K6FOBIXL8
]
staging-load_balancers = [
    awseb-e-p-AWSEBLoa-XXMC75K8DXEF
][0m
Renaming plan file to avoid accidental future apply run by user

Running cleanup...
Checking if we need to create an output summary...
Creating a summary file...
No Terraform changes found, so no summary is created.


It is suggested you add the following patterns to your .gitignore:
.tfci_vars.tfvars
.tfci_tmp
tf_apply*
env-vars.list
_tmp_tf_state.tf


