try enabling checksum mode on s3 to get checksum values

This commit is contained in:
Noah Masur 2024-05-07 20:08:33 -04:00
parent b7e81e009c
commit 4b22c774e2
No known key found for this signature in database

View File

@ -14,6 +14,7 @@
data "aws_s3_object" "image" { data "aws_s3_object" "image" {
bucket = var.images_bucket bucket = var.images_bucket
key = "arrow.vhd" key = "arrow.vhd"
checksum_mode = "ENABLED"
} }
# Setup IAM access for the VM Importer # Setup IAM access for the VM Importer