Skip to content

Commit

Permalink
Merge pull request #587 from vmware/jenkins_sync_22.1.7_tf
Browse files Browse the repository at this point in the history
Auto updated assets for terraform 22.1.7
  • Loading branch information
Rohan-sss1 authored Jul 18, 2024
2 parents 7186625 + 5571123 commit 99e329a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ build: fmtcheck

build13: GOOS=$(shell go env GOOS)
build13: GOARCH=$(shell go env GOARCH)
build13: DESTINATION=$(HOME)/.terraform.d/plugins/$(AVI_PROVIDER_NAMESPACE)/22.1.6/$(GOOS)_$(GOARCH)
build13: DESTINATION=$(HOME)/.terraform.d/plugins/$(AVI_PROVIDER_NAMESPACE)/22.1.7/$(GOOS)_$(GOARCH)
build13: fmtcheck
@echo "==> Installing plugin to $(DESTINATION)"
@mkdir -p $(DESTINATION)
go build -o $(DESTINATION)/terraform-provider-avi_v22.1.6
go build -o $(DESTINATION)/terraform-provider-avi_v22.1.7

test: fmtcheck
go test -i $(TEST) || exit 1
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ go 1.16

require (
github.com/hashicorp/terraform-plugin-sdk/v2 v2.20.0
github.com/vmware/alb-sdk v0.0.0-20240306051503-ab35d5decbda
github.com/vmware/alb-sdk v0.0.0-20240307090346-ab438efeef3e
)
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,8 @@ github.com/vmware/alb-sdk v0.0.0-20240305040125-95ed88a137f0 h1:cy5b9KXaCCuXvRfA
github.com/vmware/alb-sdk v0.0.0-20240305040125-95ed88a137f0/go.mod h1:fuRb4saDY/xy/UMeMvyKYmcplNknEL9ysaqYSw7reNE=
github.com/vmware/alb-sdk v0.0.0-20240306051503-ab35d5decbda h1:Hvrgg5oycz950+DplgI7Z6lopjJKvKQnzLT2woIGYXM=
github.com/vmware/alb-sdk v0.0.0-20240306051503-ab35d5decbda/go.mod h1:fuRb4saDY/xy/UMeMvyKYmcplNknEL9ysaqYSw7reNE=
github.com/vmware/alb-sdk v0.0.0-20240307090346-ab438efeef3e h1:9xxN8KDfrTfvDv7X4FQ4OPVQ3K0uDqUhBNi6RjGQSLQ=
github.com/vmware/alb-sdk v0.0.0-20240307090346-ab438efeef3e/go.mod h1:fuRb4saDY/xy/UMeMvyKYmcplNknEL9ysaqYSw7reNE=
github.com/xanzy/ssh-agent v0.3.0 h1:wUMzuKtKilRgBAD1sUb8gOwwRr2FGoBVumcjoOACClI=
github.com/xanzy/ssh-agent v0.3.0/go.mod h1:3s9xbODqPuuhK9JV1R321M/FlMZSBvE5aY6eAcqrDh0=
github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
Expand Down

0 comments on commit 99e329a

Please sign in to comment.