Skip to content

Instantly share code, notes, and snippets.

[32;1m$ cp -r --backup=t **/* . || true[0;m
[32;1m$ export TF_LOG="DEBUG"[0;m
[32;1m$ export GRPC_GO_LOG_SEVERITY_LEVEL=info[0;m
[32;1m$ export GRPC_GO_LOG_VERBOSITY_LEVEL=2[0;m
[32;1m$ terraform-vault init -input=false -backend=true -force-copy[0;m
2019/11/28 17:09:44 [INFO] Terraform version: 0.12.16
2019/11/28 17:09:44 [INFO] Go runtime version: go1.12.13
2019/11/28 17:09:44 [INFO] CLI args: []string{"/usr/bin/terraform", "init", "-input=false", "-backend=true", "-force-copy"}
2019/11/28 17:09:44 [DEBUG] Attempting to open CLI config file: /root/.terraformrc
2019/11/28 17:09:44 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
This file has been truncated, but you can view the full file.
2019/06/19 14:01:15 [INFO] Terraform version: 0.11.13
2019/06/19 14:01:15 [INFO] Go runtime version: go1.11.5
2019/06/19 14:01:15 [INFO] CLI args: []string{"/usr/bin/terraform", "init", "-input=false", "-backend=true", "-force-copy"}
2019/06/19 14:01:15 [DEBUG] Attempting to open CLI config file: /root/.terraformrc
2019/06/19 14:01:15 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2019/06/19 14:01:15 [INFO] CLI command args: []string{"init", "-input=false", "-backend=true", "-force-copy"}
2019/06/19 14:01:15 [DEBUG] command: loading backend config file: /builds/client/test
2019/06/19 14:01:15 [DEBUG] command: no data state file found for backend config
2019/06/19 14:01:15 [DEBUG] New state was assigned lineage "c6c8b485-c7a1-67a3-219d-1b4139f388c7"
Initializing the backend...
Successfully configured the backend "s3"! Terraform will automatically
use this backend unless the backend configuration changes.
Initializing provider plugins...
- Checking for available provider plugins on https://releases.hashicorp.com...
- Downloading plugin for provider "aws" (1.7.1)...
- Downloading plugin for provider "vsphere" (1.11.0)...
- Downloading plugin for provider "vault" (1.8.0)...
@sofixa
sofixa / apply
Created November 15, 2018 11:53
2018/11/15 10:52:33 [INFO] Terraform version: 0.11.10 17850e9a55d33c43d7c31fd6ac122ba97a51d899
2018/11/15 10:52:33 [INFO] Go runtime version: go1.11.1
2018/11/15 10:52:33 [INFO] CLI args: []string{"/usr/bin/terraform", "init", "-input=false", "-backend=true", "-force-copy"}
2018/11/15 10:52:33 [DEBUG] Attempting to open CLI config file: /root/.terraformrc
2018/11/15 10:52:33 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2018/11/15 10:52:33 [INFO] CLI command args: []string{"init", "-input=false", "-backend=true", "-force-copy"}
2018/11/15 10:52:33 [DEBUG] command: loading backend config file: /builds/test2/test
Initializing the backend...
2018/11/15 10:52:33 [DEBUG] command: no data state file found for backend config
@sofixa
sofixa / telegraf.conf
Created September 19, 2018 13:14
Telegraf as a Graphite->InfluxDB proxy
#AGENT CONFIG
[agent]
interval = "60s"
round_interval = true
metric_buffer_limit = 1000000
flush_buffer_when_full = true
collection_jitter = "0s"
flush_interval = "60s"
flush_jitter = "5s"
debug = false