Skip to content

Instantly share code, notes, and snippets.

@sorjef
sorjef / converter-cli.js
Last active January 18, 2022 14:56
Script to convert AWS Data Pipeline template to Cloudformation template with a sample Terraform module
const fs = require('fs');
const Converter = require('./converter.js');
const options = {
name: process.argv[3],
description: process.argv[4],
activate: process.argv[5],
};
const converter = new Converter(JSON.parse(fs.readFileSync(process.argv[2])), options);
@sorjef
sorjef / trace.log
Created June 15, 2017 14:41
Terraform archive_file symlink bug
2017/06/15 17:40:44 [INFO] Terraform version: 0.9.8
2017/06/15 17:40:44 [INFO] Go runtime version: go1.8.3
2017/06/15 17:40:44 [INFO] CLI args: []string{"/usr/local/Cellar/terraform/0.9.8/bin/terraform", "plan"}
2017/06/15 17:40:44 [DEBUG] Detected home directory from env var: /Users/artemsorokin
2017/06/15 17:40:44 [DEBUG] Detected home directory from env var: /Users/artemsorokin
2017/06/15 17:40:44 [DEBUG] Attempting to open CLI config file: /Users/artemsorokin/.terraformrc
2017/06/15 17:40:44 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2017/06/15 17:40:44 [DEBUG] Detected home directory from env var: /Users/artemsorokin
2017/06/15 17:40:44 [INFO] CLI command args: []string{"plan"}
2017/06/15 17:40:44 [DEBUG] command: loading backend config file: /Users/artemsorokin/reps/test/archive_file_bug
@sorjef
sorjef / odroidxu4_leddarcdemo_libusb_debug.log
Created March 18, 2016 15:16
Leddar on Odroid XU4, Ubuntu armhf. No data!
*************************************************
* Welcome to the LeddarC Demonstration Program! *
*************************************************
Main Menu
1. Connect
2. Connect to single USB sensor
3. List Sensors
4. Replay Record
@sorjef
sorjef / x86_leddarcdemo_libusb_debug.log
Created March 18, 2016 10:17
Leddar on Linux x86-64. Working
*************************************************
* Welcome to the LeddarC Demonstration Program! *
*************************************************
Main Menu
1. Connect
2. Connect to single USB sensor
3. List Sensors
4. Replay Record
@sorjef
sorjef / jetson_leddarcdemo_libusb_debug.log
Last active April 19, 2017 00:29
Leddar on Jetson TK1, Tegra armhf. No data!
*************************************************
* Welcome to the LeddarC Demonstration Program! *
*************************************************
Main Menu
1. Connect
2. Connect to single USB sensor
3. List Sensors
4. Replay Record