File tree Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
1
package bigip
2
2
3
3
// ProviderVersion is set at build-time in the release process
4
- var ProviderVersion = "1.22.6 "
4
+ var ProviderVersion = "1.22.7 "
Original file line number Diff line number Diff line change @@ -48,11 +48,11 @@ resource "bigip_as3" "as3-example1" {
48
48
resource "bigip_as3" "as3-example1" {
49
49
as3_json = file("example1.json")
50
50
controls = {
51
- dry_run = "no"
52
- trace = "yes"
51
+ dry_run = "no"
52
+ trace = "yes"
53
53
trace_response = "yes"
54
- log_level = "debug"
55
- user_agent = "dummy agent"
54
+ log_level = "debug"
55
+ user_agent = "dummy agent"
56
56
}
57
57
}
58
58
```
Original file line number Diff line number Diff line change @@ -10,9 +10,10 @@ require (
10
10
github.com/Azure/azure-storage-blob-go v0.13.0
11
11
github.com/Azure/go-autorest/autorest v0.11.18
12
12
github.com/Azure/go-autorest/autorest/adal v0.9.13
13
- github.com/f5devcentral/go-bigip v0.0.0-20250102172413-fd76522d9fab
14
- github.com/f5devcentral/go-bigip/f5teem v0.0.0-20250102172413-fd76522d9fab
13
+ github.com/f5devcentral/go-bigip v0.0.0-20250116053057-6ba73c2361f0
14
+ github.com/f5devcentral/go-bigip/f5teem v0.0.0-20250116053057-6ba73c2361f0
15
15
github.com/google/uuid v1.3.0
16
+ github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
16
17
github.com/hashicorp/terraform-plugin-sdk/v2 v2.25.0
17
18
github.com/stretchr/testify v1.8.4
18
19
golang.org/x/text v0.14.0
@@ -36,7 +37,6 @@ require (
36
37
github.com/hashicorp/errwrap v1.0.0 // indirect
37
38
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
38
39
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
39
- github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
40
40
github.com/hashicorp/go-hclog v1.4.0 // indirect
41
41
github.com/hashicorp/go-multierror v1.1.1 // indirect
42
42
github.com/hashicorp/go-plugin v1.4.8 // indirect
Original file line number Diff line number Diff line change @@ -51,10 +51,10 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
51
51
github.com/dgrijalva/jwt-go v3.2.0+incompatible /go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ =
52
52
github.com/emirpasic/gods v1.12.0 h1:QAUIPSaCu4G+POclxeqb3F+WPpdKqFGlw36+yOzGlrg =
53
53
github.com/emirpasic/gods v1.12.0 /go.mod h1:YfzfFFoVP/catgzJb4IKIqXjX78Ha8FMSDh3ymbK86o =
54
- github.com/f5devcentral/go-bigip v0.0.0-20250102172413-fd76522d9fab h1:uhnYdiQbqEYrRnGixekhkrCpbhyn7YUj7yeVs+MyVPc =
55
- github.com/f5devcentral/go-bigip v0.0.0-20250102172413-fd76522d9fab /go.mod h1:0Lkr0fBU6O1yBxF2mt9JFwXpaFbIb/wAY7oM3dMJDdA =
56
- github.com/f5devcentral/go-bigip/f5teem v0.0.0-20250102172413-fd76522d9fab h1:ySRZdYMEcTe0ozTyM9cakQv30YTzb/O8ls+3KK4OT0E =
57
- github.com/f5devcentral/go-bigip/f5teem v0.0.0-20250102172413-fd76522d9fab /go.mod h1:r7o5I22EvO+fps2u10bz4ZUlTlNHopQSWzVcW19hK3U =
54
+ github.com/f5devcentral/go-bigip v0.0.0-20250116053057-6ba73c2361f0 h1:w2z9BizQqAX9IYv5VJjXk4MYzeWoHMyZh3YnuodV7ww =
55
+ github.com/f5devcentral/go-bigip v0.0.0-20250116053057-6ba73c2361f0 /go.mod h1:0Lkr0fBU6O1yBxF2mt9JFwXpaFbIb/wAY7oM3dMJDdA =
56
+ github.com/f5devcentral/go-bigip/f5teem v0.0.0-20250116053057-6ba73c2361f0 h1:Nkb/wocEF6hHd1T8aT/lIhq3+j2Y0ZiHS+cLprvAi6E =
57
+ github.com/f5devcentral/go-bigip/f5teem v0.0.0-20250116053057-6ba73c2361f0 /go.mod h1:r7o5I22EvO+fps2u10bz4ZUlTlNHopQSWzVcW19hK3U =
58
58
github.com/fatih/color v1.7.0 /go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4 =
59
59
github.com/fatih/color v1.13.0 h1:8LOYc1KYPPmyKMuN8QV2DNRWNbLo6LZ0iLs8+mlH53w =
60
60
github.com/fatih/color v1.13.0 /go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk =
Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ github.com/apparentlymart/go-textseg/v13/textseg
42
42
# github.com/davecgh/go-spew v1.1.1
43
43
## explicit
44
44
github.com/davecgh/go-spew/spew
45
- # github.com/f5devcentral/go-bigip v0.0.0-20250102172413-fd76522d9fab
45
+ # github.com/f5devcentral/go-bigip v0.0.0-20250116053057-6ba73c2361f0
46
46
## explicit; go 1.20
47
47
github.com/f5devcentral/go-bigip
48
- # github.com/f5devcentral/go-bigip/f5teem v0.0.0-20250102172413-fd76522d9fab
48
+ # github.com/f5devcentral/go-bigip/f5teem v0.0.0-20250116053057-6ba73c2361f0
49
49
## explicit; go 1.13
50
50
github.com/f5devcentral/go-bigip/f5teem
51
51
# github.com/fatih/color v1.13.0
You can’t perform that action at this time.
0 commit comments