Skip to content

Instantly share code, notes, and snippets.

View tgoodsell-tempus's full-sized avatar

Tom Goodsell tgoodsell-tempus

View GitHub Profile
@tgoodsell-tempus
tgoodsell-tempus / debug_trace.log
Created February 14, 2023 17:52
Google Provide Trace Log
2023-02-14T11:49:12.178-0600 [INFO] Terraform version: 1.3.7
2023-02-14T11:49:12.178-0600 [DEBUG] using github.com/hashicorp/go-tfe v1.9.0
2023-02-14T11:49:12.178-0600 [DEBUG] using github.com/hashicorp/hcl/v2 v2.15.0
2023-02-14T11:49:12.178-0600 [DEBUG] using github.com/hashicorp/terraform-config-inspect v0.0.0-20210209133302-4fd17a0faac2
2023-02-14T11:49:12.178-0600 [DEBUG] using github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734
2023-02-14T11:49:12.178-0600 [DEBUG] using github.com/zclconf/go-cty v1.12.1
2023-02-14T11:49:12.178-0600 [INFO] Go runtime version: go1.19.4
2023-02-14T11:49:12.178-0600 [INFO] CLI args: []string{"/opt/homebrew/Cellar/tfenv/3.0.0/versions/1.3.7/terraform", "plan"}
2023-02-14T11:49:12.178-0600 [TRACE] Stdout is not a terminal
2023-02-14T11:49:12.178-0600 [TRACE] Stderr is not a terminal
@tgoodsell-tempus
tgoodsell-tempus / 453_crash.log
Created February 13, 2023 23:57
Crash output
│ Error: Plugin did not respond
│ with provider["registry.terraform.io/hashicorp/google"],
│ on <empty> line 0:
│ (source code not available)
│ The plugin encountered an error, and failed to respond to the
│ plugin.(*GRPCProvider).ConfigureProvider call. The plugin logs may contain
│ more details.
@tgoodsell-tempus
tgoodsell-tempus / debug_ouptut.log
Created October 10, 2022 16:56
IP & NAT Order of Operations Issue
This file has been truncated, but you can view the full file.
2022-10-10T11:31:35.279-0500 [INFO] Terraform version: 1.3.1
2022-10-10T11:31:35.280-0500 [DEBUG] using github.com/hashicorp/go-tfe v1.9.0
2022-10-10T11:31:35.280-0500 [DEBUG] using github.com/hashicorp/hcl/v2 v2.14.1
2022-10-10T11:31:35.280-0500 [DEBUG] using github.com/hashicorp/terraform-config-inspect v0.0.0-20210209133302-4fd17a0faac2
2022-10-10T11:31:35.280-0500 [DEBUG] using github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734
2022-10-10T11:31:35.280-0500 [DEBUG] using github.com/zclconf/go-cty v1.11.0
2022-10-10T11:31:35.280-0500 [INFO] Go runtime version: go1.19.1
2022-10-10T11:31:35.280-0500 [INFO] CLI args: []string{"/opt/homebrew/Cellar/tfenv/3.0.0/versions/1.3.1/terraform", "apply", "--auto-approve"}
2022-10-10T11:31:35.280-0500 [TRACE] Stdout is not a terminal
2022-10-10T11:31:35.280-0500 [TRACE] Stderr is not a terminal
@tgoodsell-tempus
tgoodsell-tempus / group_rule_debug
Created April 6, 2020 17:30
Group Rule - 500 Return
2020-04-06T16:49:30.559Z [DEBUG] plugin.terraform-provider-okta_v3.2.0_x4: 2020/04/06 16:49:30 [DEBUG] Okta API Request Details:
2020-04-06T16:49:30.559Z [DEBUG] plugin.terraform-provider-okta_v3.2.0_x4: ---[ REQUEST ]---------------------------------------
2020-04-06T16:49:30.559Z [DEBUG] plugin.terraform-provider-okta_v3.2.0_x4: POST /api/v1/groups/rules HTTP/1.1
2020-04-06T16:49:30.560Z [DEBUG] plugin.terraform-provider-okta_v3.2.0_x4: Host: tempus.okta.com
2020-04-06T16:49:30.560Z [DEBUG] plugin.terraform-provider-okta_v3.2.0_x4: User-Agent: okta-sdk-golang/0.1.0 golang/go1.12.6 linux/amd64
2020-04-06T16:49:30.560Z [DEBUG] plugin.terraform-provider-okta_v3.2.0_x4: Content-Length: 605
2020-04-06T16:49:30.560Z [DEBUG] plugin.terraform-provider-okta_v3.2.0_x4: Accept: application/json
2020-04-06T16:49:30.560Z [DEBUG] plugin.terraform-provider-okta_v3.2.0_x4: Content-Type: application/json
2020-04-06T16:49:30.561Z [DEBUG] plugin.terraform-provider-okta_v3.2.0_x4: Accept-Encoding: gzip
2020-04-06T16:49:30.561
@tgoodsell-tempus
tgoodsell-tempus / okta_group_rule
Created March 17, 2020 04:03
Output Debuggins
Plan Output:
``` # module.<redacted>.okta_group_rule.parent_assignments[0] will be destroyed
- resource "okta_group_rule" "parent_assignments" {
- expression_type = "urn:okta:expression:1.0" -> null
- expression_value = "isMemberOfGroup(\"00g2zzwlxcyz77tF0297\")" -> null
- group_assignments = [
- "00g2zym3chkeQFWKi297",
] -> null
- id = "0pr2zzwctbfGBaxxE297" -> null