mirror of
https://github.com/nmasur/dotfiles
synced 2025-09-30 03:33:16 +00:00
try enabling checksum mode on s3 to get checksum values
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
data "aws_s3_object" "image" {
|
||||
bucket = var.images_bucket
|
||||
key = "arrow.vhd"
|
||||
checksum_mode = "ENABLED"
|
||||
}
|
||||
|
||||
# Setup IAM access for the VM Importer
|
||||
|
Reference in New Issue
Block a user