Skip to content

Instantly share code, notes, and snippets.

View farisdurrani's full-sized avatar

Faris Durrani farisdurrani

View GitHub Profile

Flowchart Simple Example

flowchart TD
    A([Start])
    --> B[Task 1]
    --> C[Task 2]
    --> D([End])
@farisdurrani
farisdurrani / terraform_oci_osmh_attach_profile_bug_gist.log
Last active March 4, 2025 17:59
terraform_oci_osmh_attach_profile_bug_gist
This file has been truncated, but you can view the full file.
➜ f.faris-repo git:(dev) ✗ terraform init && TF_LOG=DEBUG OCI_GO_SDK_DEBUG=v terraform apply --auto-approve
2025-03-04T12:20:43.382-0500 [INFO] Terraform version: 1.7.4
2025-03-04T12:20:43.382-0500 [DEBUG] using github.com/hashicorp/go-tfe v1.41.0
2025-03-04T12:20:43.382-0500 [DEBUG] using github.com/hashicorp/hcl/v2 v2.19.1
2025-03-04T12:20:43.382-0500 [DEBUG] using github.com/hashicorp/terraform-svchost v0.1.1
2025-03-04T12:20:43.382-0500 [DEBUG] using github.com/zclconf/go-cty v1.14.1
2025-03-04T12:20:43.382-0500 [INFO] Go runtime version: go1.21.5
2025-03-04T12:20:43.382-0500 [INFO] CLI args: []string{"/opt/homebrew/Cellar/tfenv/3.0.0/versions/1.7.4/terraform", "apply", "--auto-approve"}
2025-03-04T12:20:43.382-0500 [DEBUG] Attempting to open CLI config file: /Users/fdurrani/.terraformrc
2025-03-04T12:20:43.382-0500 [INFO] Loading CLI configuration from /Users/fdurrani/.terraformrc