Skip to content

Commit

Permalink
Merge pull request #243 from HewlettPackard/update_go_sdk
Browse files Browse the repository at this point in the history
Update go sdk
  • Loading branch information
reubenur-rahman authored Jun 14, 2024
2 parents c5fc8f4 + 110824d commit 806facb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions acc-dev-testcases/resources/router_bgp_neighbor.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
acc:
- config: |
router_id = 3
ip_address = "10.201.227.87"
ip_address = "10.201.227.88"
remote_as = 65000
keepalive = 60
holddown = 180
Expand All @@ -13,5 +13,5 @@ acc:
hop_limit = 1
restart_mode = "HELPER_ONLY"
validations:
json.networkRouterBgpNeighbor.ipAddress="10.201.227.87"
json.networkRouterBgpNeighbor.ipAddress="10.201.227.88"
json.networkRouterBgpNeighbor.remoteAs=65000
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/HewlettPackard/hpegl-vmaas-terraform-resources
go 1.21

require (
github.com/HewlettPackard/hpegl-vmaas-cmp-go-sdk v0.1.9-0.20240611163337-ef8debaa03a8
github.com/HewlettPackard/hpegl-vmaas-cmp-go-sdk v0.1.9
github.com/golang/mock v1.6.0
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
github.com/hashicorp/terraform-plugin-docs v0.9.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dario.cat/mergo v1.0.0 h1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk=
dario.cat/mergo v1.0.0/go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk=
github.com/HewlettPackard/hpegl-vmaas-cmp-go-sdk v0.1.9-0.20240611163337-ef8debaa03a8 h1:WHn8kRFLG6Fzy/DEDt30Vk1uFoUJ0Kzc8pSjIExGMss=
github.com/HewlettPackard/hpegl-vmaas-cmp-go-sdk v0.1.9-0.20240611163337-ef8debaa03a8/go.mod h1:UzXizYR6sUVsvDRMcLC2E4eabJsPH/3nM8rlKL2BLSc=
github.com/HewlettPackard/hpegl-vmaas-cmp-go-sdk v0.1.9 h1:SjJgSnyD1XXAHy6kExOYTFiwAaAmBwvj/0BA+e+AyeA=
github.com/HewlettPackard/hpegl-vmaas-cmp-go-sdk v0.1.9/go.mod h1:UzXizYR6sUVsvDRMcLC2E4eabJsPH/3nM8rlKL2BLSc=
github.com/Masterminds/goutils v1.1.0/go.mod h1:8cTjp+g8YejhMuvIA5y2vz3BpJxksy863GQaJW2MFNU=
github.com/Masterminds/goutils v1.1.1 h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI=
github.com/Masterminds/goutils v1.1.1/go.mod h1:8cTjp+g8YejhMuvIA5y2vz3BpJxksy863GQaJW2MFNU=
Expand Down

0 comments on commit 806facb

Please sign in to comment.