mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 22:12:56 +00:00
try switching from checksum to etag
This commit is contained in:
parent
48fbb2e2d9
commit
45ec4e5a3f
@ -17,7 +17,7 @@ data "aws_s3_object" "image" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
resource "terraform_data" "image_replacement" {
|
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
|
# Setup IAM access for the VM Importer
|
||||||
|
Loading…
Reference in New Issue
Block a user