mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 18:30:13 +00:00
try enabling checksum mode on s3 to get checksum values
This commit is contained in:
@ -12,8 +12,9 @@
|
||||
|
||||
# Use existing image in S3
|
||||
data "aws_s3_object" "image" {
|
||||
bucket = var.images_bucket
|
||||
key = "arrow.vhd"
|
||||
bucket = var.images_bucket
|
||||
key = "arrow.vhd"
|
||||
checksum_mode = "ENABLED"
|
||||
}
|
||||
|
||||
# Setup IAM access for the VM Importer
|
||||
|
Reference in New Issue
Block a user