Skip to content

Commit

Permalink
Merge pull request #273 from cisco-en-programmability/develop
Browse files Browse the repository at this point in the history
Develop v1.3.0-beta
  • Loading branch information
JosePabloOcampo1212 authored Feb 5, 2025
2 parents 41d70d7 + 4f5bdc1 commit 7de2d31
Show file tree
Hide file tree
Showing 1,877 changed files with 97,573 additions and 7,364 deletions.
272 changes: 259 additions & 13 deletions CHANGELOG.md

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ HOSTNAME=hashicorp.com
NAMESPACE=edu
NAME=dnacenter
BINARY=terraform-provider-${NAME}
VERSION=1.1.33-beta
VERSION=1.3.0-beta
OS_ARCH=darwin_arm64
# Change to OS_ARCH=darwin_arm64 or your current architecture
GOFMT_FILES?=$$(find . -name '*.go' |grep -v vendor)
Expand Down Expand Up @@ -34,11 +34,11 @@ install: build
mv ${BINARY}_${VERSION}_${OS_ARCH} ~/.terraform.d/plugins/${HOSTNAME}/${NAMESPACE}/${NAME}/${VERSION}/${OS_ARCH}

test: fmtcheck
go test -i $(TEST) || exit 1
echo $(TEST) | xargs -t -n4 go test $(TESTARGS) -timeout=30s -parallel=4
go test -i $(TEST) || exit 1
echo $(TEST) | xargs -t -n4 go test $(TESTARGS) -timeout=30s -parallel=4

testacc:
TF_ACC=1 go test $(TEST) -v $(TESTARGS) -timeout 120m
testacc:
TF_ACC=1 go test $(TEST) -v $(TESTARGS) -timeout 120m

fmt:
gofmt -w $(GOFMT_FILES)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ The following table shows the supported versions.
| 2.3.3.0 | 1.0.19-beta |
| 2.3.5.3 | 1.1.33-beta |
| 2.3.7.6 | 1.2.0-beta |
| 2.3.7.9 | 1.3.0-beta |

If your SDK, Terraform provider is older please consider updating it first.

Expand Down
2 changes: 1 addition & 1 deletion dnacenter/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package dnacenter
import (
"context"

dnacentersdkgo "github.com/cisco-en-programmability/dnacenter-go-sdk/v6/sdk"
dnacentersdkgo "github.com/cisco-en-programmability/dnacenter-go-sdk/v7/sdk"

"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
Expand Down
Loading

0 comments on commit 7de2d31

Please sign in to comment.