File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,11 @@ You can find your API Key in the [NextDNS account](https://my.nextdns.io/account
11
11
12
12
## Getting Started
13
13
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
-
17
14
``` hcl
18
15
terraform {
19
16
required_providers {
20
17
nextdns = {
21
- source = "github.com/ amalucelli/nextdns"
18
+ source = "amalucelli/nextdns"
22
19
version = "0.1.0"
23
20
}
24
21
}
Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ data "nextdns_setup_linkedip" "this" {
193
193
terraform {
194
194
required_providers {
195
195
nextdns = {
196
- source = " github.com/ amalucelli/nextdns"
196
+ source = " amalucelli/nextdns"
197
197
version = " 0.1.0"
198
198
}
199
199
}
You can’t perform that action at this time.
0 commit comments