We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a117cc7 commit 1caf37eCopy full SHA for 1caf37e
README.md
@@ -20,7 +20,7 @@ terraform {
20
required_providers {
21
windns = {
22
source = "nrkno/windns"
23
- version = "0.0.1"
+ version = "0.0.3"
24
}
25
26
main.go
@@ -16,7 +16,7 @@ func main() {
16
Debug: debugMode,
17
18
ProviderAddr: "registry.terraform.io/nrkno/windns",
19
- ProviderFunc: provider.Provider("0.0.1"),
+ ProviderFunc: provider.Provider("0.0.3"),
plugin.Serve(opts)
0 commit comments