This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ------------------------------------------------------------------------- | |
# 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 |