Open xkoomy opened 4 months ago
Thank you for reporting the issue. We observed the affected resources are not provided in the description or it's incorrect. We request you to add it in issue description as mentioned in below format. Example: affected_resources = oci_core_instance , oci_core_instances
If it's not related to any particular resource then mention affected resource as terraform. Example: affected_resources = terraform
As this works through automation, request you to follow exact syntax.
Affected Resource(s) affected_resources = terraform
Is there anything happening to this bug? I observe the same issue in my environment.
Community Note
Terraform Version and Provider Version
Affected Resource(s)
affected_resources = terraform
Terraform Configuration Files
Debug Output
https://gist.github.com/xkoomy/03ede09cb90beafdad426319fa285cff
Panic Output
Expected Behavior
In version 5.43.0 and lower the provider reads the config from ~/.oci/config properly:
Actual Behavior
provider version >= 5.44.0 does not read config from DEFAULT profile in ~/.oci/config
Steps to Reproduce
terraform plan -input=false
Important Factoids
no, this is a general error for provider version >= 5.44.0 in lower version (the last one working fine is 5.43.0) provider reads credentials from DEFAULT profile
References