Skip to content

Commit f0b14c3

Browse files
add source
1 parent aa3e343 commit f0b14c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform-aws-sns/example/example.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ provider "aws" {
33
}
44

55
module "sns_cloudwatch" {
6-
source = "../"
6+
source = "github.com/easyawslearn/Terraform-Tutorial/terraform-aws-sns"
77
cloudwatch_event_rule_name = "capture-aws-sign-in"
88
description = "Capture each AWS Console Sign In"
99
sns_name = "mysns"

0 commit comments

Comments
 (0)