Skip to content

Commit 94d56a4

Browse files
committed
fix: Bucket name.
1 parent 4ed4eca commit 94d56a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

malware.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ resource "aws_guardduty_malware_protection_plan" "this" {
3131

3232
protected_resource {
3333
s3_bucket {
34-
bucket_name = module.this.bucket_name
34+
bucket_name = local.bucket_name
3535
}
3636
}
3737

0 commit comments

Comments
 (0)