File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -67,9 +67,9 @@ it is mandatory to run in the "us-east-1" region. Check the example.
67
67
- resource.aws_cloudwatch_log_resource_policy.main (cloudwatch.tf#13)
68
68
- resource.aws_wafv2_web_acl.main (main.tf#7)
69
69
- resource.aws_wafv2_web_acl_logging_configuration.main (cloudwatch.tf#8)
70
- - data source.aws_caller_identity.current (cloudwatch.tf#48 )
70
+ - data source.aws_caller_identity.current (cloudwatch.tf#59 )
71
71
- data source.aws_iam_policy_document.main (cloudwatch.tf#18)
72
- - data source.aws_region.current (cloudwatch.tf#46 )
72
+ - data source.aws_region.current (cloudwatch.tf#57 )
73
73
74
74
# Examples
75
75
### Complete
Original file line number Diff line number Diff line change @@ -37,15 +37,15 @@ data "aws_iam_policy_document" "main" {
37
37
]
38
38
39
39
condition {
40
- test = " ArnLike"
40
+ test = " ArnLike"
41
41
values = [
42
42
" arn:aws:logs:${ data . aws_region . current . name } :${ data . aws_caller_identity . current . account_id } :*"
43
43
]
44
44
variable = " aws:SourceArn"
45
45
}
46
46
47
47
condition {
48
- test = " StringEquals"
48
+ test = " StringEquals"
49
49
values = [
50
50
tostring (data. aws_caller_identity . current . account_id )
51
51
]
You can’t perform that action at this time.
0 commit comments