Skip to content

Instantly share code, notes, and snippets.

View TimJones's full-sized avatar
🏠

Tim Jones TimJones

🏠
View GitHub Profile
terraform init -from-module=./modules/root accounts/root
2019/08/06 17:13:37 [INFO] Terraform version: 0.12.6
2019/08/06 17:13:37 [INFO] Go runtime version: go1.12.4
2019/08/06 17:13:37 [INFO] CLI args: []string{"/usr/local/bin/terraform", "init", "-from-module=./modules/root", "accounts/root"}
2019/08/06 17:13:37 [DEBUG] Attempting to open CLI config file: /home/tim/.terraformrc
2019/08/06 17:13:37 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2019/08/06 17:13:37 [INFO] CLI command args: []string{"init", "-from-module=./modules/root", "accounts/root"}
Copying configuration from "./modules/root"...
2019/08/06 17:13:37 [DEBUG] installing modules in accounts/root/.terraform/init-from-module to initialize working directory from "./modules/root"
2019/08/06 17:13:37 [TRACE] -from-module relative path rewritten to absolute path /home/tim/projects/aws/reference-architectures/modules/root
17:11:02 AutoTrimps - Zek Fork Loaded! utils.js:92:734
Graphs: Found allSaveData (portal runs data). Yay! Graphs.js:2:124
17:11:02 Theme change - AutoTrimps styles updating... utils.js:92:734
17:22:04 Upgraded Speedminer utils.js:92:734
17:22:09 Upgraded Speedlumber utils.js:92:734
17:22:14 Upgraded Speedfarming utils.js:92:734
ReferenceError: getPotencyMod is not defined
179 fight.js:32:22
unreachable code after return statement
main.js:7282:3
2019/07/10 13:48:18 [INFO] Terraform version: 0.12.3
2019/07/10 13:48:18 [INFO] Go runtime version: go1.12.4
2019/07/10 13:48:18 [INFO] CLI args: []string{"/home/tim/.local/bin/terraform", "import", "-var", "credentials=/home/tim/.jx/organisations/organisation-mondayvc/clusters/jxtest/terraform/mondayvc-jxtest-tf.key.json", "-var-file=terraform.tfvars", "google_container_cluster.jx-cluster", "monday-151316/us-east1-d/mondayvc-jxtest"}
2019/07/10 13:48:18 [DEBUG] Attempting to open CLI config file: /home/tim/.terraformrc
2019/07/10 13:48:18 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2019/07/10 13:48:18 [INFO] CLI command args: []string{"import", "-var", "credentials=/home/tim/.jx/organisations/organisation-mondayvc/clusters/jxtest/terraform/mondayvc-jxtest-tf.key.json", "-var-file=terraform.tfvars", "google_container_cluster.jx-cluster", "monday-151316/us-east1-d/mondayvc-jxtest"}
2019/07/10 13:48:18 [TRACE] Meta.Backend: built configuration for "gcs" backend with hash value 1184911535
2019/0
@TimJones
TimJones / proxmox-cloudinit-custom-userdata.pm
Created November 24, 2018 16:52
Proxmox helper script to load custom cloudinit user-data
#!/usr/bin/perl
use strict;
use warnings;
use PVE::Tools qw(file_get_contents);
use PVE::QemuConfig;
use PVE::QemuServer;
use PVE::QemuServer::Cloudinit;