Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mattburgess committed Jul 6, 2022
1 parent 607fcff commit 1b96a18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/service/acmpca/certificate_authority_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -881,8 +881,8 @@ resource "aws_acmpca_certificate_authority" "test" {
revocation_configuration {
ocsp_configuration {
enabled = true
ocsp_custom_cname = %[2]q
enabled = true
ocsp_custom_cname = %[2]q
}
}
}
Expand All @@ -905,7 +905,7 @@ resource "aws_acmpca_certificate_authority" "test" {
revocation_configuration {
ocsp_configuration {
enabled = %[2]t
enabled = %[2]t
}
}
}
Expand Down

0 comments on commit 1b96a18

Please sign in to comment.