lively-architect-86069
07/10/2025, 10:24 PMerror:
Error: Missing required provider configuration
on pulumi.tf.json line 3, in module:
3: "mymod": {
The child module requires an additional configuration for provider
oracle/oci, with the local name "oci.home".
Refer to the module's documentation to understand the intended purpose of
this additional provider configuration, and then add an entry for oci.home in
the "providers" meta-argument in the module block to choose which provider
configuration the module should use for that purpose.
error: failed to get schema: parameterize: rpc error: code = Unknown desc = error while inferring module schema for 'oracle-terraform-modules/oke/oci' version 5.3.1: resolve module sources: init failure (Terraform CLI): error running init (Terraform CLI): exit status 1
I looked at the doc and there is a section about Terraform providers but in my case I am not able to install it at all https://www.pulumi.com/docs/iac/extending-pulumi/use-terraform-module/#configuring-terraform-providers
Any help or hint would be appreciated , thanks !lively-architect-86069
07/10/2025, 10:30 PMexport TF_VAR_tenancy_ocid="
export TF_VAR_user_ocid=""
export TF_VAR_fingerprint="d"
export TF_VAR_region=""
export TF_VAR_private_key_path=""
looking at the module doc https://registry.terraform.io/modules/oracle-terraform-modules/oke/oci/latest/examples/istio-mc it uses a
home_region
I tried adding it with no successenough-garden-22763
07/10/2025, 10:51 PMlively-architect-86069
07/10/2025, 11:46 PMenough-garden-22763
07/10/2025, 11:48 PM