Skip to content

Instantly share code, notes, and snippets.

@pedrohdz
pedrohdz / output.txt
Created December 6, 2018 14:56
terraform-provider-azurerm crash when azurerm_route_table name is a space
$ terraform apply
An execution plan has been generated and is shown below.
Resource actions are indicated with the following symbols:
+ create
<= read (data resources)
Terraform will perform the following actions:
<= data.azurerm_route_table.source
@pedrohdz
pedrohdz / PythonistaFileServer.py
Created January 17, 2016 11:54
Pythonista File Server
#! /usr/bin/env python
# File Transfer for Pythonista
# ============================
# This script allows you to transfer Python files from and to Pythonista via
# local Wifi. It starts a basic HTTP server that you can access as a web page
# from your browser. When you upload a file that already exists, it is renamed
# automatically. From Pythonista's settings, you can add this script to the
# actions menu of the editor for quick access.
#
# Get Pythonista for iOS here: