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
The setup of the required provider configuration is deprecated.
╷
│ Warning: Redundant empty provider block
│
│ on .terraform/modules/rubrik_aws_cloud_cluster/providers.tf line 19:
│ 19: provider "polaris" {}
│
│ Earlier versions of Terraform used empty provider blocks ("proxy provider configurations") for child modules to declare their need to be passed a provider configuration by their callers.
│ That approach was ambiguous and is now deprecated.
│
│ If you control this module, you can migrate to the new declaration syntax by removing all of the empty provider "polaris" blocks and then adding or updating an entry like the following
│ to the required_providers block of module.rubrik_aws_cloud_cluster:
│ polaris = {
│ source = "rubrikinc/polaris"
│ }
│
The text was updated successfully, but these errors were encountered:
Hi,
The setup of the required provider configuration is deprecated.
The text was updated successfully, but these errors were encountered: