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 b4b48fd commit b79c17aCopy full SHA for b79c17a
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/antonbabenko/pre-commit-terraform
3
- rev: v1.88.0
+ rev: v1.88.4
4
hooks:
5
- id: terraform_fmt
6
- id: terraform_docs
main.tf
@@ -238,7 +238,7 @@ data "aws_iam_policy_document" "monitoring_rds_assume_role" {
238
239
principals {
240
type = "Service"
241
- identifiers = ["monitoring.rds.${data.aws_partition.current.dns_suffix}"]
+ identifiers = ["monitoring.rds.amazonaws.com"]
242
}
243
244
0 commit comments