Skip to content

Instantly share code, notes, and snippets.

View nicocesar's full-sized avatar

Nico Cesar nicocesar

View GitHub Profile

Keybase proof

I hereby claim:

  • I am nicocesar on github.
  • I am nicocesar (https://keybase.io/nicocesar) on keybase.
  • I have a public key ASATBtZyOlMLQ6BlC53vclLusD8LogK1a9IGe64C6Ysgngo

To claim this, I am signing this object:

@nicocesar
nicocesar / gist:13f9bb85ff53deffbd8da185da1d2299
Created December 23, 2017 02:54
testing lua in esp8266
print("hello from gist")
@nicocesar
nicocesar / file
Last active March 15, 2017 13:36
freedom_public
{"0.5963814791562546":"-----BEGIN PGP PUBLIC KEY BLOCK-----\r\nCharset: UTF-8\r\n\r\nxv8AAABSBAAAAAATCCqGSM49AwEHAgME98hPxBVsFiUoF+fjKTFz1bCwFWocMOJ5\r\nnpWOHzC70jDk0CXr8EECUTWS3xR44jAgkVxfYOgXMWrFLPAi6NOKG83/AAAACDxn\r\naXRodWI+wv8AAACOBBATCABA/wAAAAWCWHv7Wv8AAAACiwn/AAAACZCCHEMicFo2\r\nqf8AAAAFlQgJCgv/AAAABJYDAQL/AAAAApsD/wAAAAKeAQAA0noBAO3dj9J2YdmN\r\n/4D3zKqfKrv9BxoW3y+tQ8CASaSbV4iCAQD1bAkqtUrrSbVqfQx97FFNxbG51Eyk\r\nfv6yZGirT+z6os7/AAAAVgQAAAAAEggqhkjOPQMBBwIDBInzonXavqeIvI8pmPrc\r\n//U9T0nnYaudKoVY9g+J+zRThl2Nn4jaGeipZRovLDuetbMEXI+RUazzxA2lPHu3\r\nCEMDAQgHwv8AAABtBBgTCAAf/wAAAAWCWHv7Wv8AAAAJkIIcQyJwWjap/wAAAAKb\r\nDAAAPUcBAK5/Hqo9bR3aR5kGhmGyGV/Uk6ZqtjVOGiZ6lM2OdPYbAQCdt5vUDsJD\r\nfH+Ng3S/P1nlD4hu+VLATeGe3Xa711wMDw==\r\n=RjcH\r\n-----END PGP PUBLIC KEY BLOCK-----\r\n","0.2605299314577253":"-----BEGIN PGP PUBLIC KEY BLOCK-----\r\nCharset: UTF-8\r\n\r\nxv8AAABSBAAAAAATCCqGSM49AwEHAgME98hPxBVsFiUoF+fjKTFz1bCwFWocMOJ5\r\nnpWOHzC70jDk0CXr8EECUTWS3xR44jAgkVxfYOgXMWrFLPAi6NOKG83/AAAACDxn\r\naXRodWI+wv8AAACOBB
provider "aws" {
region = "us-east-1"
}
Error applying plan:
4 error(s) occurred:
* aws_security_group.keepstore: diffs didn't match during apply. This is a bug with Terraform and should be reported as a GitHub Issue.
Please include the following information in your report:
Terraform Version: 0.6.16
Resource ID: aws_security_group.keepstore
Verifying that +nicocesar is my blockchain ID. https://onename.com/nicocesar
{
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"uuid-prefix": { "type": "string" },
"newStorageAccountNamePrefixMain": { "type": "string" },
"newStorageAccountNamePrefixSSD": { "type": "string" },
"name": { "type": "string" },
"image_url": { "type": "string" },
{
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"uuid-prefix": { "type": "string" },
"newStorageAccountNamePrefixMain": { "type": "string" },
"newStorageAccountNamePrefixSSD": { "type": "string" },
"name": { "type": "string" },
"addressPrefix": { "type": "string", "defaultValue": "10.0.0.0/16" },
{
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"uuid-prefix": { "type": "string" },
"newStorageAccountNamePrefixMain": { "type": "string" },
"newStorageAccountNamePrefixSSD": { "type": "string" },
"name": { "type": "string" },
"addressPrefix": { "type": "string", "defaultValue": "10.0.0.0/16" },
{
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"newStorageAccountNamePrefixMain": { "type": "string" },
"newStorageAccountNamePrefixSSD": { "type": "string" }
},
"variables": {
"storageAccountTypeMain": "Standard_LRS",
"storageAccountTypeSSD": "Premium_LRS"