mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 00:35:39 +00:00
try enabling checksum mode on s3 to get checksum values
This commit is contained in:
parent
b7e81e009c
commit
4b22c774e2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user