We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7747e91 commit e29af01Copy full SHA for e29af01
terraform/lambda_explain.tf
@@ -13,7 +13,7 @@ resource "aws_ecr_repository" "explain" {
13
14
data "aws_ecr_image" "explain" {
15
repository_name = aws_ecr_repository.explain.name
16
- image_tag = "gh-69"
+ image_tag = "gh-72"
17
}
18
19
resource "aws_lambda_function" "explain" {
0 commit comments