mirror of
https://github.com/nmasur/dotfiles
synced 2025-09-30 10:33:15 +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
|
# Use existing image in S3
|
||||||
data "aws_s3_object" "image" {
|
data "aws_s3_object" "image" {
|
||||||
bucket = var.images_bucket
|
bucket = var.images_bucket
|
||||||
key = "arrow.vhd"
|
key = "arrow.vhd"
|
||||||
|
checksum_mode = "ENABLED"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Setup IAM access for the VM Importer
|
# Setup IAM access for the VM Importer
|
||||||
|
Reference in New Issue
Block a user