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.
credentials_arn
credential_arn
1 parent c587836 commit b5bd6a4Copy full SHA for b5bd6a4
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/antonbabenko/pre-commit-terraform
3
- rev: v1.88.3
+ rev: v1.88.4
4
hooks:
5
- id: terraform_fmt
6
- id: terraform_wrapper_module_for_each
main.tf
@@ -270,7 +270,7 @@ resource "aws_ecr_pull_through_cache_rule" "this" {
270
271
ecr_repository_prefix = each.value.ecr_repository_prefix
272
upstream_registry_url = each.value.upstream_registry_url
273
- credential_arn = try(each.value.credentials_arn, null)
+ credential_arn = try(each.value.credential_arn, null)
274
}
275
276
################################################################################
0 commit comments