mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 13:25:38 +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
|
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user