Skip to content

Instantly share code, notes, and snippets.

2020-01-24T15:32:19.814-0800 [DEBUG] plugin: starting plugin: path=/usr/local/bin/terraform args=[/usr/local/bin/terraform, internal-plugin, provisioner, local-exec]
2020-01-24T15:32:19.814-0800 [INFO] plugin: configuring client automatic mTLS
2020-01-24T15:32:19.817-0800 [DEBUG] plugin: plugin started: path=/usr/local/bin/terraform pid=93665
2020-01-24T15:32:19.817-0800 [DEBUG] plugin: waiting for RPC address: path=/usr/local/bin/terraform
2020-01-24T15:32:19.832-0800 [DEBUG] plugin.terraform: 2020/01/24 15:32:19 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility.
2020-01-24T15:32:19.832-0800 [DEBUG] plugin.terraform: Use TF_LOG=TRACE to see Terraform's internal logs.
2020-01-24T15:32:19.832-0800 [DEBUG] plugin.terraform: ----
2020-01-24T15:32:19.843-0800 [DEBUG] plugin: starting plugin: path=/Users/cynful/workspace/terraform/projects/honey-sandbox-operations/.terraform/plugins/darwin_amd64/terraform-provider-google_v2.17.0_x4 args=[/Users/cynf
@cynful
cynful / .vimrc
Last active April 24, 2020 05:17
basic vim configurations
" props to https://dougblack.io/words/a-good-vimrc.html
syntax on " enable syntax processing
set tabstop=4 " number of visual spaces per TAB
set softtabstop=4 " number of spaces in tab when editing
set expandtab " tabs are spaces
set number " show line numbers
set showcmd " show command in bottom bar
set cursorline " highlight current line
filetype indent plugin on " load filetype-specific indent files
@cynful
cynful / .bash_profile
Created October 24, 2018 07:47 — forked from natelandau/.bash_profile
Mac OSX Bash Profile
# -------------------------------------------------------------------------
# Description: This file holds all my BASH configurations and aliases
#
# Sections:
# 1. Environment Configuration
# 2. Make Terminal Better (remapping defaults and adding functionality)
# 3. File and Folder Management
# 4. Searching
# 5. Process Management
# 6. System Operations & Information