Skip to content

Commit 22da09b

Browse files
committed
doc: official release info
1 parent 89ff0d9 commit 22da09b

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,11 @@ You can find your API Key in the [NextDNS account](https://my.nextdns.io/account
1111

1212
## Getting Started
1313

14-
**Important**: This provider is not yet published on the Terraform Registry
15-
and it is still under development. If you want to use it, you will have to build and install it locally.
16-
1714
```hcl
1815
terraform {
1916
required_providers {
2017
nextdns = {
21-
source = "github.com/amalucelli/nextdns"
18+
source = "amalucelli/nextdns"
2219
version = "0.1.0"
2320
}
2421
}

examples/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ data "nextdns_setup_linkedip" "this" {
193193
terraform {
194194
required_providers {
195195
nextdns = {
196-
source = "github.com/amalucelli/nextdns"
196+
source = "amalucelli/nextdns"
197197
version = "0.1.0"
198198
}
199199
}

0 commit comments

Comments
 (0)