Skip to content

Commit

Permalink
format fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tmarlok88 committed Feb 11, 2022
1 parent 198480d commit c6a7bbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/service/iot/certificate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ resource "aws_iot_certificate" "foo_cert" {

var testAccCertificate_existing_certificate = `
resource "aws_iot_certificate" "foo_cert" {
active = true
active = true
certificate_pem = "%[1]s"
}
`
2 changes: 1 addition & 1 deletion website/docs/r/iot_certificate.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ resource "aws_iot_certificate" "cert" {
```terraform
resource "aws_iot_certificate" "cert" {
certificate_pem = file("/my/cert.pem")
active = true
active = true
}
```

Expand Down

0 comments on commit c6a7bbe

Please sign in to comment.