Skip to content

Commit

Permalink
fix tf lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
RavinderReddyF5 committed May 9, 2024
1 parent 8d7f263 commit 06ed3f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/resources/bigip_as3.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ resource "bigip_as3" "as3-example1" {
# Per-Application Deployment - Example Usage for json file with tenant name
resource "bigip_as3" "as3-example1" {
as3_json = file("perApplication_example.json")
as3_json = file("perApplication_example.json")
tenant_name = "Test"
}
# Per-Application Deployment - Example Usage for json file without tenant name - Random tenant name is generated in this case
resource "bigip_as3" "as3-example1" {
as3_json = file("perApplication_example.json")
as3_json = file("perApplication_example.json")
}
```

Expand Down

0 comments on commit 06ed3f8

Please sign in to comment.