Skip to content

Commit

Permalink
Merge pull request #16 from wearetechnative/feature/update-s3-source
Browse files Browse the repository at this point in the history
Updated s3 source reference to reference new s3 module which prevents people outside of TechNative from receiving an error
  • Loading branch information
AndrNgg authored Oct 28, 2024
2 parents 34668d2 + 3a3bbf5 commit 67beea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow_logs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ resource "aws_flow_log" "this" {
}

module "s3_flow_logs" {
source = "git@github.com:wearetechnative/terraform-aws-s3?ref=73aa13eeb59184ce88cd9e925e9dc1504cc18940"
source = "git@github.com:wearetechnative/terraform-aws-s3?ref=02f3769c79da4e8c74a0f2d0431031013a678b5d"

name = "vpc-flow-logs-${replace(var.name, "_", "-")}"
kms_key_arn = var.kms_key_arn
Expand Down

0 comments on commit 67beea2

Please sign in to comment.