We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa3e343 commit f0b14c3Copy full SHA for f0b14c3
terraform-aws-sns/example/example.tf
@@ -3,7 +3,7 @@ provider "aws" {
3
}
4
5
module "sns_cloudwatch" {
6
- source = "../"
+ source = "github.com/easyawslearn/Terraform-Tutorial/terraform-aws-sns"
7
cloudwatch_event_rule_name = "capture-aws-sign-in"
8
description = "Capture each AWS Console Sign In"
9
sns_name = "mysns"
0 commit comments