Skip to content

Commit

Permalink
* Force update if script changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadeWyrm committed Nov 28, 2024
1 parent 31e50d3 commit 37d1fa4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws/glue/jobs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ resource "aws_s3_object" "glue_script" {
bucket = var.etl_bucket_name
key = "rds_etl.py"
source = data.local_file.glue_script.filename
etag = filemd5(data.local_file.glue_script.filename)
}

# Define the CloudWatch log group
Expand Down

0 comments on commit 37d1fa4

Please sign in to comment.