cloudandthings / terraform-aws-clickops-notifier

Get notified when actions are taken in the AWS Console.
https://registry.terraform.io/modules/cloudandthings/clickops-notifier/aws/latest
MIT License
209 stars 17 forks source link

test webhooks #22

Closed phzietsman closed 2 years ago

phzietsman commented 2 years ago

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.
╵