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.
╵
This fixes an issue when overriding the AWS provider in this module with an aliased provider. Adding the
required_providers
block is the fix.