This file contains 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
/* | |
* !! 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 |
This file contains 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
<?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 { |
This file contains 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/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 |