Skip to content

Instantly share code, notes, and snippets.

View ElijahGartin's full-sized avatar
🚀
TO THE MOON!

Elijah Gartin ElijahGartin

🚀
TO THE MOON!
View GitHub Profile
@ElijahGartin
ElijahGartin / TF LOG
Created May 19, 2021 00:36
Terraform Digital Ocean VPC Resource Issue
2021-05-18T18:34:41.429-0600 [DEBUG] Adding temp file log sink: /tmp/terraform-log458126762
2021-05-18T18:34:41.429-0600 [INFO] Terraform version: 0.15.3
2021-05-18T18:34:41.429-0600 [INFO] Go runtime version: go1.16.2
2021-05-18T18:34:41.429-0600 [INFO] CLI args: []string{"/usr/bin/terraform", "init"}
2021-05-18T18:34:41.429-0600 [TRACE] Stdout is a terminal of width 109
2021-05-18T18:34:41.429-0600 [TRACE] Stderr is a terminal of width 109
2021-05-18T18:34:41.429-0600 [TRACE] Stdin is a terminal
2021-05-18T18:34:41.429-0600 [DEBUG] Attempting to open CLI config file: /home/elijahgartin/.terraformrc
2021-05-18T18:34:41.429-0600 [INFO] Loading CLI configuration from /home/elijahgartin/.terraformrc
2021-05-18T18:34:41.429-0600 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
@ElijahGartin
ElijahGartin / jqueryscrolling.html
Created December 7, 2012 17:38
Fixed Div jQuery Scrolling Script
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<link href="style.css" rel="stylesheet" type="text/css" media="all" />
<script type="text/javascript" src="http://code.jquery.com/jquery-1.8.2.js"></script>
<script>
//<![CDATA[
$(window).load(function(){