Skip to content

Commit

Permalink
fixed terrafmt lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
urohit011 committed Sep 13, 2023
1 parent aeda7c9 commit cb795bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/resources/bigip_ltm_cipher_rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ description: |-

```hcl
resource "bigip_ltm_cipher_rule" "test_cipher_rule" {
name = "test_cipher_rule"
partition = "Uncommon"
cipher_suites = "TLS13-AES128-GCM-SHA256:TLS13-AES256-GCM-SHA384"
dh_groups = "P256:P384:FFDHE2048:FFDHE3072:FFDHE4096"
name = "test_cipher_rule"
partition = "Uncommon"
cipher_suites = "TLS13-AES128-GCM-SHA256:TLS13-AES256-GCM-SHA384"
dh_groups = "P256:P384:FFDHE2048:FFDHE3072:FFDHE4096"
signature_algorithms = "DEFAULT"
}
```
Expand Down

0 comments on commit cb795bf

Please sign in to comment.