1
0
mirror of https://github.com/nmasur/dotfiles synced 2025-07-08 07:10:14 +00:00

try switching from checksum to etag

This commit is contained in:
Noah Masur
2024-05-08 00:09:47 -04:00
parent 48fbb2e2d9
commit 45ec4e5a3f

@ -17,7 +17,7 @@ data "aws_s3_object" "image" {
}
resource "terraform_data" "image_replacement" {
input = data.aws_s3_object.image.checksum_sha256
input = data.aws_s3_object.image.etag
}
# Setup IAM access for the VM Importer