We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SourceOwner
SourceAccount
1 parent 467cfe7 commit 05748cfCopy full SHA for 05748cf
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/antonbabenko/pre-commit-terraform
3
- rev: v1.96.1
+ rev: v1.98.0
4
hooks:
5
- id: terraform_fmt
6
- id: terraform_wrapper_module_for_each
main.tf
@@ -86,7 +86,7 @@ data "aws_iam_policy_document" "this" {
86
condition {
87
test = "StringEquals"
88
values = [data.aws_caller_identity.current.account_id]
89
- variable = "AWS:SourceOwner"
+ variable = "AWS:SourceAccount"
90
}
91
92
0 commit comments