Bump to version 0.3.3
parent
05d55f809f
commit
cd1c9e00cd
|
|
@ -3,7 +3,7 @@ HOSTNAME=github.com
|
||||||
NAMESPACE=nleiva
|
NAMESPACE=nleiva
|
||||||
NAME=nautobot
|
NAME=nautobot
|
||||||
BINARY=terraform-provider-${NAME}
|
BINARY=terraform-provider-${NAME}
|
||||||
VERSION=0.3.2
|
VERSION=0.3.3
|
||||||
OS_ARCH=$(shell go env GOOS)_$(shell go env GOARCH)
|
OS_ARCH=$(shell go env GOOS)_$(shell go env GOARCH)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ Nautobot provider created for educational purposes. You can fork it for long-ter
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
- [Terraform](https://www.terraform.io/downloads.html) >= 0.13.x
|
- [Terraform](https://www.terraform.io/downloads.html) >= 0.13.x
|
||||||
- [Go](https://golang.org/doc/install) >= 1.19
|
- [Go](https://golang.org/doc/install) >= 1.20
|
||||||
|
|
||||||
## Building The Provider
|
## Building The Provider
|
||||||
|
|
||||||
|
|
@ -40,7 +40,7 @@ The provide takes two arguments, `url` and `token`. For the data sources and res
|
||||||
terraform {
|
terraform {
|
||||||
required_providers {
|
required_providers {
|
||||||
nautobot = {
|
nautobot = {
|
||||||
version = "0.3.2"
|
version = "0.3.3"
|
||||||
source = "nleiva/nautobot"
|
source = "nleiva/nautobot"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
207350
client/test.swagger.yaml
207350
client/test.swagger.yaml
File diff suppressed because it is too large
Load Diff
|
|
@ -1,7 +1,7 @@
|
||||||
terraform {
|
terraform {
|
||||||
required_providers {
|
required_providers {
|
||||||
nautobot = {
|
nautobot = {
|
||||||
version = "0.3.2"
|
version = "0.3.3"
|
||||||
source = "github.com/nleiva/nautobot"
|
source = "github.com/nleiva/nautobot"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue