This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /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: |
NewerOlder