Skip to content

Commit

Permalink
Merge pull request #324 from ns1-terraform/PENG-4485/remove_ddi_code
Browse files Browse the repository at this point in the history
PENG-4485: remove ns1_subnet provider method
  • Loading branch information
hmodi-ns1 authored Jul 24, 2024
2 parents 48e8205 + d38736e commit 497a3bc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 190 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.4.0 (July 22, 2024)
* Remove ns1_subnet provider, used for dhcp/ipam resources

## 2.3.1 (June 28, 2024)
BUGFIX
* Fix issue with updating regions in record resource
Expand Down
2 changes: 1 addition & 1 deletion ns1/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
)

var (
clientVersion = "2.3.1"
clientVersion = "2.4.0"
providerUserAgent = "tf-ns1" + "/" + clientVersion
defaultRetryMax = 3
)
Expand Down
1 change: 0 additions & 1 deletion ns1/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ func Provider() *schema.Provider {
"ns1_application": resourceApplication(),
"ns1_pulsarjob": pulsarJobResource(),
"ns1_tsigkey": tsigKeyResource(),
"ns1_subnet": resourceSubnet(),
"ns1_dnsview": dnsView(),
"ns1_account_whitelist": accountWhitelistResource(),
"ns1_dataset": datasetResource(),
Expand Down
188 changes: 0 additions & 188 deletions ns1/resource_subnet.go

This file was deleted.

0 comments on commit 497a3bc

Please sign in to comment.