Skip to content

Instantly share code, notes, and snippets.

View liquid-sky's full-sized avatar

Evgeny Lazarev liquid-sky

  • Intent HQ
  • London, UK
View GitHub Profile
@liquid-sky
liquid-sky / debug.log
Created September 13, 2016 14:52
terraform debug log
2016/09/13 15:32:22 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/13 15:32:22 [DEBUG] Describing AMI "ami-e3d6ab90" to get root block device name
2016/09/13 15:32:22 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/13 15:32:22 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeImages Details:
2016/09/13 15:32:22 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]-----------------------------
2016/09/13 15:32:22 [DEBUG] plugin: terraform: POST / HTTP/1.1
....
2016/09/13 15:32:22 [DEBUG] plugin: terraform: User-Agent: terraform/0.7.3 aws-sdk-go/1.4.2 (go1.7; darwin; amd64)
2016/09/13 15:32:22 [DEBUG] plugin: terraform: Content-Length: 63
....
2016/09/13 15:32:22 [DEBUG] plugin: terraform: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2016/09/13 15:32:22 [DEBUG] plugin: terraform: X-Amz-Date: 20160913T143222Z

Keybase proof

I hereby claim:

  • I am liquid-sky on github.
  • I am elazarev (https://keybase.io/elazarev) on keybase.
  • I have a public key whose fingerprint is 35F8 2765 BA73 270D 019F B424 99F5 1FE2 D2EF 8215

To claim this, I am signing this object:

### Keybase proof
I hereby claim:
* I am liquid-sky on github.
* I am ripcord (https://keybase.io/ripcord) on keybase.
* I have a public key whose fingerprint is B653 2E04 E7C6 A677 D9C7 874A 1CD8 7CB5 651B D591
To claim this, I am signing this object:
# confirm you can access the internet
if [[ ! $(curl -Is http://www.google.com/ | head -n 1) =~ "302 Found" ]]; then
echo "Your Internet seems broken. Press Ctrl-C to abort or enter to continue."
read
fi
# make 2 partitions on the disk.
parted -s /dev/sda mktable msdos
parted -s /dev/sda mkpart primary 0% 100m
parted -s /dev/sda mkpart primary 100m 100%
# confirm you can access the internet
if [[ ! $(curl -Is http://www.google.com/ | head -n 1) =~ "200 OK" ]]; then
echo "Your Internet seems broken. Press Ctrl-C to abort or enter to continue."
read
fi
# make 2 partitions on the disk.
parted -s /dev/sda mktable msdos
parted -s /dev/sda mkpart primary 0% 100m
parted -s /dev/sda mkpart primary 100m 100%