Skip to content

Commit

Permalink
fixed tflint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
urohit011 committed Nov 3, 2023
1 parent 61beda9 commit b90405e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bigip/resource_bigip_fast_tcp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ resource "bigip_fast_tcp_app" "fast-tcp-app" {
port = 443
}
persistence_profile = "/Common/source_addr"
persistence_profile = "/Common/source_addr"
fallback_persistence = "destination-address"
pool_members {
Expand Down
6 changes: 3 additions & 3 deletions docs/resources/bigip_ltm_profile_web_acceleration.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ For resources should be named with their "full path". The full path is the combi

```hcl
resource "bigip_ltm_profile_web_acceleration" "sample-resource" {
name = "/Common/sample-resource"
defaults_from = "/Common/test2"
cache_size = 101
name = "/Common/sample-resource"
defaults_from = "/Common/test2"
cache_size = 101
cache_max_entries = 201
}
```
Expand Down

0 comments on commit b90405e

Please sign in to comment.