mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 12:40:13 +00:00
try switching from checksum to etag
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user