Skip to content

Commit

Permalink
Dev (#144)
Browse files Browse the repository at this point in the history
* Adding dnssec

* Terraform sleep

* API enabled logs

* BigQuery Table Schema

* Environment

* Environments

* Adding Terraform verbose
  • Loading branch information
userbradley authored Aug 25, 2023
1 parent 5624c38 commit c4a5228
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
43 changes: 43 additions & 0 deletions docs/cloud/terraform/terraform-verbose.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
title: Terraform Verbose
---

## What

Terraform has an option that you can set that will log **everything**

## Why

Sometimes google provider does _weird_ things, so it's useful to debug things

## How

=== "TRACE"

```shell
export TF_LOG=TRACE
```

=== "DEBUG"

```shell
export TF_LOG=DEBUG
```

=== "INFO"

```shell
export TF_LOG=INFO
```

=== "WARN"

```shell
export TF_LOG=WARN
```

=== "ERROR"

```shell
export TF_LOG=ERROR
```
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ nav:
- Terraform lock file update: cloud/terraform/terraform-lock-file-update.md
- "Terraform plugin Cannot locate module locally, unknown reason": cloud/terraform/terraform-plugin-cannot-locate-module-locally-unknown-reason.md
- Terraform Sleep: cloud/terraform/terraform-sleep.md
- Terraform verbose: cloud/terraform/terraform-verbose.md
- tfupdate: cloud/terraform/tfupdate.md
- To string from list in terraform: cloud/terraform/to-string-from-list.md
- Terragrunt:
Expand Down

0 comments on commit c4a5228

Please sign in to comment.