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
$ terraform plan | |
2023-05-31T12:57:28.618+1000 [INFO] Terraform version: 1.3.7 | |
2023-05-31T12:57:28.618+1000 [DEBUG] using github.com/hashicorp/go-tfe v1.9.0 | |
2023-05-31T12:57:28.618+1000 [DEBUG] using github.com/hashicorp/hcl/v2 v2.15.0 | |
2023-05-31T12:57:28.618+1000 [DEBUG] using github.com/hashicorp/terraform-config-inspect v0.0.0-20210209133302-4fd17a0faac2 | |
2023-05-31T12:57:28.618+1000 [DEBUG] using github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734 | |
2023-05-31T12:57:28.618+1000 [DEBUG] using github.com/zclconf/go-cty v1.12.1 | |
2023-05-31T12:57:28.618+1000 [INFO] Go runtime version: go1.19.4 | |
2023-05-31T12:57:28.618+1000 [INFO] CLI args: []string{"terraform", "plan"} | |
2023-05-31T12:57:28.618+1000 [DEBUG] Attempting to open CLI config file: /home/parallels/.terraformrc |
$ TF_LOG=trace tofu apply
2024-05-11T23:52:39.482+1000 [INFO] OpenTofu version: 1.7.1
2024-05-11T23:52:39.483+1000 [DEBUG] using github.com/hashicorp/go-tfe v1.36.0
2024-05-11T23:52:39.483+1000 [DEBUG] using github.com/opentofu/hcl/v2 v2.0.0-20240416130056-03228b26f391
2024-05-11T23:52:39.483+1000 [DEBUG] using github.com/hashicorp/terraform-svchost v0.1.1
2024-05-11T23:52:39.483+1000 [DEBUG] using github.com/zclconf/go-cty v1.14.4
2024-05-11T23:52:39.483+1000 [INFO] Go runtime version: go1.21.3
2024-05-11T23:52:39.483+1000 [INFO] CLI args: []string{"tofu", "apply"}
An EXTREMELY INSECURE example to demonstrate using Cert based Auto Auth method with Vault Agent where client authentication (mTLS) is required to communicate with Vault Server (tls_require_and_verify_client_cert = true
).
A work-around is needed due to client_cert
and client_key
files in the vault
stanza not being reloaded from disk when sending a SIGHUP to Vault Agent. This requires killing and restarting the Vault Agent in order to load the new Client certificate.
OlderNewer