File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/antonbabenko/pre-commit-terraform
3- rev : v1.62.3
3+ rev : v1.66.0
44 hooks :
55 - id : terraform_fmt
66 - id : terraform_validate
2323 - ' --args=--only=terraform_standard_module_structure'
2424 - ' --args=--only=terraform_workspace_remote'
2525 - repo : https://github.com/pre-commit/pre-commit-hooks
26- rev : v4.1 .0
26+ rev : v4.2 .0
2727 hooks :
2828 - id : check-merge-conflict
2929 - id : end-of-file-fixer
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ resource "aws_route53_record" "validation" {
5151}
5252
5353resource "aws_acm_certificate_validation" "this" {
54- count = local. create_certificate && var. validation_method == " DNS " && var. validate_certificate && var. wait_for_validation ? 1 : 0
54+ count = local. create_certificate && var. validation_method != " NONE " && var. validate_certificate && var. wait_for_validation ? 1 : 0
5555
5656 certificate_arn = aws_acm_certificate. this [0 ]. arn
5757
You can’t perform that action at this time.
0 commit comments