Skip to content

Instantly share code, notes, and snippets.

2020/04/02 19:52:44 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility.
Use TF_LOG=TRACE to see Terraform's internal logs.
----
2020/04/02 19:52:44 [INFO] Terraform version: 0.12.24
2020/04/02 19:52:44 [INFO] Go runtime version: go1.13.8
2020/04/02 19:52:44 [INFO] CLI args: []string{"/usr/local/bin/terraform", "destroy", "-no-color"}
2020/04/02 19:52:44 [DEBUG] Attempting to open CLI config file: /Users/stepan/.terraformrc
2020/04/02 19:52:44 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2020/04/02 19:52:44 [DEBUG] checking for credentials in "/Users/stepan/.terraform.d/plugins"
2020/04/02 19:52:44 [DEBUG] checking for credentials in "/Users/stepan/.terraform.d/plugins/darwin_amd64"
@stepanstipl
stepanstipl / Chart.yaml
Last active October 24, 2019 17:42
Helm - crd-install hook behaviour
name: test-crd
version: v0.0.1
appVersion: v0.0.1
@stepanstipl
stepanstipl / ..README.md
Last active October 22, 2019 00:03
Example on using Datastore with nested entities

Firestore in Datastore Mode

- Quickstart with nested Embedded Entities

Setup

  • Clone this gist
    git clone git@gist.github.com:73675a92b38d2d761016513754543d1c.git datastore-quick
    cd datastore-quick
    
  • Install client library: npm install @google-cloud/datastore
@stepanstipl
stepanstipl / About
Last active October 11, 2019 20:43
_ Blog: https://stepan.wtf _ __
___| |_ ___ _ __ __ _ _@stepanstipl | |_ / _|
/ __| __/ _ \ '_ \ / _` | '_ \\ \ /\ / / __| |_
\__ \ || __/ |_) | (_| | | | |\ V V /| |_| _|
|___/\__\___| .__/ \__,_|_| |_(_)_/\_/ \__|_|
|_|
@stepanstipl
stepanstipl / main.tf
Created September 26, 2018 17:36
TF test
$ terraform apply (:|✔) 0
Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
Outputs:
test = {
ex1 = I want the project id to be here: my-project
ex2 = And one more time: my-project
}
@stepanstipl
stepanstipl / terraform-debug.out
Created July 30, 2018 20:08
Terraform import debug
2018/07/30 21:08:33 [INFO] Terraform version: 0.11.7
2018/07/30 21:08:33 [INFO] Go runtime version: go1.10.1
2018/07/30 21:08:33 [INFO] CLI args: []string{"/usr/local/Cellar/terraform/0.11.7/bin/terraform", "import", "google_project_iam_policy.root", "root-project-123", "-no-color"}
2018/07/30 21:08:33 [DEBUG] Attempting to open CLI config file: /Users/stepan/.terraformrc
2018/07/30 21:08:33 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2018/07/30 21:08:33 [INFO] CLI command args: []string{"import", "google_project_iam_policy.root", "root-project-123", "-no-color"}
2018/07/30 21:08:33 [INFO] command: empty terraform config, returning nil
2018/07/30 21:08:33 [DEBUG] command: no data state file found for backend config
2018/07/30 21:08:33 [DEBUG] New state was assigned lineage "0a1b349f-673b-06c1-8f6c-97c1f57ec060"
2018/07/30 21:08:33 [INFO] command: backend initialized: <nil>
- debug:
msg: Test-intermediate - before
- include_role:
name: test
- debug:
msg: Test-intermediate - after