Skip to content

Commit fb751f8

Browse files
update example
1 parent 7764dc3 commit fb751f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/container-image/main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ module "docker_build_from_ecr" {
127127
triggers = {
128128
dir_sha = local.dir_sha
129129
}
130+
131+
cache-from = ["${module.ecr.repository_url}:latest"]
130132
}
131133

132134
module "ecr" {

0 commit comments

Comments
 (0)