-
Notifications
You must be signed in to change notification settings - Fork 97
Open
Labels
SDKIssue pertains to the SDK itself and not specific to any serviceIssue pertains to the SDK itself and not specific to any service
Description
I'm referring to this implementation:
Line 283 in 977324a
environmentProvider := environmentConfigurationProvider{EnvironmentVariablePrefix: "TF_VAR"} |
And comparing with the naming convention of the environment variables of oci-cli
:
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/clienvironmentvariables.htm#CLI_Environment_Variables
...and how other Terraform providers are able to pick up "usual" CLI environment variables:
https://registry.terraform.io/providers/hashicorp/aws/latest/docs#environment-variables
https://registry.terraform.io/providers/hashicorp/google/latest/docs/guides/provider_reference#full-reference
Metadata
Metadata
Assignees
Labels
SDKIssue pertains to the SDK itself and not specific to any serviceIssue pertains to the SDK itself and not specific to any service