Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

/usr/local/bin/terraform apply -auto-approve
2022-03-23T17:50:40.445Z [INFO] Terraform version: 1.1.7
2022-03-23T17:50:40.445Z [INFO] Go runtime version: go1.17.2
2022-03-23T17:50:40.445Z [INFO] CLI args: []string{"/usr/local/bin/terraform", "apply", "-auto-approve"}
2022-03-23T17:50:40.445Z [DEBUG] Attempting to open CLI config file: /Users/ben/.terraformrc
2022-03-23T17:50:40.445Z [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2022-03-23T17:50:40.446Z [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2022-03-23T17:50:40.446Z [DEBUG] ignoring non-existing provider search directory /Users/ben/.terraform.d/plugins
2022-03-23T17:50:40.446Z [DEBUG] ignoring non-existing provider search directory /Users/ben/Library/Application Support/io.terraform/plugins
2022-03-23T17:50:40.446Z [DEBUG] ignoring non-existing provider search directory /Library/Application Support/io.terraform/plugins
@MrBenGriffin
MrBenGriffin / example.php
Created May 19, 2015 12:52
using nview with consume...
<?php
mb_internal_encoding('UTF-8');
require_once("../lib/nview.iphp");
/*
This HAS been tested.
Uses a file master.html (see at bottom of this file)
*/
class Core {
@MrBenGriffin
MrBenGriffin / static_view_management
Last active November 28, 2017 13:45
static views using NView.
/*
* !! The HTML files in the code are at the bottom of gist.
*/
/**************** VERSION 1 *******************
* (1 php file)
* File 'main_v1.php', simple static management
* Loads in a view and nav fragment, and returns the resulting view.
**/
<?php