I hereby claim:
- I am mihok on github.
 - I am mihok (https://keybase.io/mihok) on keybase.
 - I have a public key whose fingerprint is 5BC2 BD82 4C67 CF45 8E04 3993 AA94 BFAE 4A92 BF4A
 
To claim this, I am signing this object:
| 2022-11-24T11:07:48.640-0500 [INFO] Terraform version: 1.3.2 | |
| 2022-11-24T11:07:48.640-0500 [DEBUG] using github.com/hashicorp/go-tfe v1.9.0 | |
| 2022-11-24T11:07:48.640-0500 [DEBUG] using github.com/hashicorp/hcl/v2 v2.14.1 | |
| 2022-11-24T11:07:48.640-0500 [DEBUG] using github.com/hashicorp/terraform-config-inspect v0.0.0-20210209133302-4fd17a0faac2 | |
| 2022-11-24T11:07:48.640-0500 [DEBUG] using github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734 | |
| 2022-11-24T11:07:48.640-0500 [DEBUG] using github.com/zclconf/go-cty v1.11.0 | |
| 2022-11-24T11:07:48.640-0500 [INFO] Go runtime version: go1.18.6 | |
| 2022-11-24T11:07:48.640-0500 [INFO] CLI args: []string{"terraform", "apply"} | |
| 2022-11-24T11:07:48.640-0500 [DEBUG] Attempting to open CLI config file: /Users/matthewmihok/.terraformrc | |
| 2022-11-24T11:07:48.640-0500 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | 
| > app-terraform@1.0.0 cdktf | |
| > cdktf deploy | |
| [2022-11-22T17:52:25.297] [ERROR] default - 2022-11-22T17:52:25.189-0500 [INFO] Terraform version: 1.3.2 | |
| 2022-11-22T17:52:25.189-0500 [DEBUG] using github.com/hashicorp/go-tfe v1.9.0 | |
| 2022-11-22T17:52:25.189-0500 [DEBUG] using github.com/hashicorp/hcl/v2 v2.14.1 | |
| 2022-11-22T17:52:25.189-0500 [DEBUG] using github.com/hashicorp/terraform-config-inspect v0.0.0-20210209133302-4fd17a0faac2 | |
| 2022-11-22T17:52:25.189-0500 [DEBUG] using github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734 | |
| 2022-11-22T17:52:25.189-0500 [DEBUG] using github.com/zclconf/go-cty v1.11.0 | |
| 2022-11-22T17:52:25.189-0500 [INFO] Go runtime version: go1.18.6 | 
| 2017/07/09 12:23:39 INFO socket: Incoming client connection EIlq4_OL9VuXfIBbKYCg | |
| 2017/07/09 12:23:39 DEBUG store: Storing client.EIlq4_OL9VuXfIBbKYCg ... | |
| 2017/07/09 12:23:39 DEBUG store: Storing chat.EIlq4_OL9VuXfIBbKYCg ... | |
| 2017/07/09 12:23:39 DEBUG store: Searching for operator. ... | |
| 2017/07/09 12:23:39 DEBUG store: Getting operator.steve ... | |
| 2017/07/09 12:23:39 INFO socket: Sending 'chat:new' message (1 operators) | |
| 2017/07/09 12:23:39 INFO socket: Incoming client connection ll9hoOS7sVtHscdf-27G | |
| 2017/07/09 12:23:39 DEBUG store: Storing client.ll9hoOS7sVtHscdf-27G ... | |
| 2017/07/09 12:23:39 DEBUG store: Storing chat.ll9hoOS7sVtHscdf-27G ... | |
| 2017/07/09 12:23:39 DEBUG store: Searching for operator. ... | 
| <html> | |
| <head> | |
| </head> | |
| <body> | |
| <script type="text/javascript" src="https://unpkg.com/react@15/dist/react.js"></script> | |
| <script type="text/javascript" src="https://unpkg.com/react-dom@15/dist/react-dom.js"></script> | |
| <script type="text/javascript" src="https://unpkg.com/jss@5.5.5/dist/jss.js"></script> | |
| <script type="text/javascript" src="https://unpkg.com/react-jss@4.1.2/dist/jss-compose.js"></script> | 
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| set -x; | |
| apt-get update -y | |
| apt-get install -y gnupg2 | |
| cd /opt | |
| # Create our software directory | |
| mkdir certbot | 
| # -*- mode: ruby -*- | |
| # vi: set ft=ruby : | |
| $instances = 1 | |
| $instance_name_prefix = "app" | |
| $app_cpus = 1 | |
| $app_memory = 1024 | |
| Vagrant.configure(2) do |config| | 
| apiVersion: v1 | |
| clusters: | |
| - cluster: | |
| insecure-skip-tls-verify: true | |
| server: http://44.0.0.103:8888 | |
| name: vagrant | |
| contexts: | |
| - context: | |
| cluster: vagrant | |
| namespace: local | 
| description "flanneld Service" | |
| author "Matthew Mihok" | |
| env FLANNELD_HOME=/opt/flanneld-0.5.5 | |
| env LOG_HOME=/var/log/flannel | |
| # Make sure network and fs is up, and start in runlevels 2-5 | |
| start on (net-device-up | |
| and local-filesystems | |
| and runlevel [2345]) | 
| description "etcd Service" | |
| author "Matthew Mihok" | |
| env ETCD_HOME=/opt/etcd-3.0.1 | |
| env ETCD_DATA_DIR=/var/lib/etcd | |
| env LOG_HOME=/var/log/etcd | |
| # Run as etcd | |
| setuid vagrant | |
| setgid vagrant |