Skip to content

Commit

Permalink
fix doc lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
RavinderReddyF5 committed Jun 18, 2024
1 parent b481211 commit a97a4e6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@ description: |-

```hcl
resource "bigip_as3" "as3-example1" {
as3_json = file("perApplication_example.json")
as3_json = file("perApplication_example.json")
tenant_name = "Test"
}
```


Example AS3 declaration for the PerApp mode of deployment

`perApplication_example.json`
Expand Down

0 comments on commit a97a4e6

Please sign in to comment.