Skip to content

Instantly share code, notes, and snippets.

View codevbus's full-sized avatar
🏠
Working from home

Mike Vanbuskirk codevbus

🏠
Working from home
View GitHub Profile
@codevbus
codevbus / keybase.md
Last active May 3, 2021 14:42
mvanbuskirk keybase

Keybase proof

I hereby claim:

  • I am codevbus on github.
  • I am mikevanb (https://keybase.io/mikevanb) on keybase.
  • I have a public key ASAWmvBoSEnS83wR7Rt6nXAHpWV8pXufuOGN-ZofPCHPfwo

To claim this, I am signing this object:

variable "vpc_id" {
type = "string"
default = "vpc-1234abcd"
}
# Define nvm/node env vars
ENV NVM_DIR ~/.nvm
ENV NODE_VERSION 4.2.6
#!/bin/python
switchFile = 'switches.txt'
with open(switchFile, 'r') as f:
lines = f.readlines()
numSwitch = int(lines[0])
switches = range(0, numSwitch)