You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using iam-dynamic-group child module, and I am getting below mentioned error. Seems like resources need to update to support provider. IAM resources can only provision in home region.
I have same issue before with compartment, and due to the same reason I had to re implement compartment with following snippet.
╷
│ Error: Reference to undefined provider
│
│ on iam.tf line 28, in module "iam_autoscaler":
│ 28: oci.home = oci.home
│
│ The child module does not declare any provider requirement with the local
│ name "oci.home".
│
│ If you also control the child module, you can add a required_providers
│ entry named "oci.home" with the source address "oracle/oci" to accept this
│ provider configuration.
I can contribute to the module to support the provider, if contributions is open.
Thanks,
The text was updated successfully, but these errors were encountered:
I am using iam-dynamic-group child module, and I am getting below mentioned error. Seems like resources need to update to support provider. IAM resources can only provision in home region.
I have same issue before with compartment, and due to the same reason I had to re implement compartment with following snippet.
Below is the error I am facing...
I can contribute to the module to support the provider, if contributions is open.
Thanks,
The text was updated successfully, but these errors were encountered: