Ошибка: не удалось создать нового поставщика ключей для принципала экземпляра в Terraform oci.
Я не могу подключиться к службам oci с терминала gitbash. Получение следующей ошибки: Однако тот же код terraform, который я могу правильно выполнить в облачной оболочке оракула
╷
│ Error: failed to create a new key provider for instance principal: failed to get the region name from http://xx.xx.x.x/opc/v2/instance/region: Get "http://xxx.x.x.x/opc/v2/instance/region": dial tcp XXX.xx.xx: connectex: A socket operation was attempted to an unreachable network.
│ Instance principals authentication can only be used on OCI compute instances. Please confirm this code is running on an OCI compute instance and you have set up the policy properly.
│ See https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/callingservicesfrominstances.htm for more info
│
│ with provider["registry.terraform.io/hashicorp/oci"],
│ on provider.tf line 1, in provider "oci":
│ 1: provider "oci" {