Skip to content

Instantly share code, notes, and snippets.

View sclausson's full-sized avatar

Shayne Clausson sclausson

View GitHub Profile

Keybase proof

I hereby claim:

  • I am sclausson on github.
  • I am sclausson (https://keybase.io/sclausson) on keybase.
  • I have a public key ASDhG7bJEzTnh37PyMlY8WcSg_Pvytz2fS7SJ4nP0z7p9wo

To claim this, I am signing this object:

@sclausson
sclausson / crash.log
Created July 4, 2017 15:00
Terraform Data Source Github_User crash.log
2017/07/04 16:46:22 [INFO] Terraform version: 0.9.10
2017/07/04 16:46:22 [INFO] Go runtime version: go1.8.3
2017/07/04 16:46:22 [INFO] CLI args: []string{"/usr/local/Cellar/terraform/0.9.10/bin/terraform", "plan"}
2017/07/04 16:46:22 [DEBUG] Detected home directory from env var: /Users/shayne
2017/07/04 16:46:22 [DEBUG] Detected home directory from env var: /Users/shayne
2017/07/04 16:46:22 [DEBUG] Attempting to open CLI config file: /Users/shayne/.terraformrc
2017/07/04 16:46:22 [INFO] CLI command args: []string{"plan"}
2017/07/04 16:46:22 [DEBUG] Detected home directory from env var: /Users/shayne
2017/07/04 16:46:22 [DEBUG] command: loading backend config file: /Users/shayne/repos/clients/extenda/tf-github/test
2017/07/04 16:46:22 [DEBUG] command: no data state file found for backend config
{
"Description": "Create instances ready for CodeDeploy: Create 3 to 5 Amazon EC2 instances with an associated instance profile and install the AWS CodeDeploy Agent. **WARNING** This template creates one or more Amazon EC2 instances. You will be billed for the AWS resources used if you create a stack from this template. Copyright [2012-2014] Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the \"License\"). You may not use this file except in compliance with the License. A copy of the License is located at http://aws.amazon.com/apache2.0/ or in the \"license\" file accompanying this file. This file is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.",
"AWSTemplateFormatVersion": "2010-09-09",
"Parameters": {
"TagKey": {
"Description": "The EC2 tag key that identifies this as a target
require 'teamcity'
tc_server = '192.168.99.100'
tc_port = 8111
tc_rest_url = "http://#{tc_server}:#{tc_port}/httpAuth/app/rest"
tc_user = 'teamcity'
tc_pass = 'password'
#configure connection
TeamCity.configure do |c|