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
This fixes an issue when overriding the AWS provider in this module with
an aliased provider. Adding the `required_providers` block is the fix.
```
╷
│ Warning: Provider aws is undefined
│
│ on clickops-notifier.tf line 11, in module "clickops_notifier":
│ 11: aws = aws.logs
│
│ Module module.clickops_notifier does not declare a provider named aws.
│ If you wish to specify a provider configuration for the module, add an
│ entry for aws in the required_providers block within the module.
╵
```
0 commit comments