Difference between revisions of "Filemd5"
Jump to navigation
Jump to search
(Created page with " # The filemd5() function is available in Terraform 0.11.12 and later # For Terraform 0.11.11 and earlier, use the md5() function and the file() function: # etag = "${md5...") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | # The filemd5() function is available in Terraform 0.11.12 and later | + | {{lc}} |
− | # For Terraform 0.11.11 and earlier, use the md5() function and the file() function: | + | # The filemd5() function is available in [[Terraform 0.11.12]] and later |
− | # etag = "${md5(file("path/to/file"))}" | + | # For [[Terraform 0.11.11]] and earlier, use the md5() function and the file() function: |
+ | # [[etag]] = "${md5(file("path/to/file"))}" | ||
+ | |||
+ | |||
+ | * {{aws_s3_object}} | ||
+ | * {{tf functions}} | ||
+ | |||
+ | {{MD5}} |
Latest revision as of 09:38, 4 January 2024
# The filemd5() function is available in Terraform 0.11.12 and later # For Terraform 0.11.11 and earlier, use the md5() function and the file() function: # etag = "${md5(file("path/to/file"))}"
Advertising: