You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| integration | Terraform 1.0–1.11| Executes the provider with this release, pulling from `registry.terraform.io`. |
38
-
| integration | OpenTofu 1.6–1.9 | Executes the provider with this release, pulling from `registry.opentofu.org`. |
39
-
| unit | Go 1.23–1.24| Tests using these versions. |
40
-
| mutation | Go 1.23–1.24| Tests using these versions. |
41
-
| fuzz | Go 1.23–1.24| Tests using these versions. |
42
-
| terratest | Go 1.23–1.24| Tests using these versions. |
37
+
| integration | Terraform 1.0–1.12| Executes the provider with this release, pulling from `registry.terraform.io`. |
38
+
| integration | OpenTofu 1.6–1.10| Executes the provider with this release, pulling from `registry.opentofu.org`. |
39
+
| unit | Go 1.24–1.25| Tests using these versions. |
40
+
| mutation | Go 1.24–1.25| Tests using these versions. |
41
+
| fuzz | Go 1.24–1.25| Tests using these versions. |
42
+
| terratest | Go 1.24–1.25| Tests using these versions. |
43
43
44
44
## Usage Examples
45
45
@@ -55,7 +55,7 @@ See the `docs/` directory for user-facing documentation.
55
55
56
56
### Go Package
57
57
58
-
If you are using this as a Go library, see the documentation at [pkg.go.dev](https://pkg.go.dev/github.com/northwood-labs/terraform-provider-corefunc).
58
+
If you are using this as a Go library, see the documentation at [pkg.go.dev](https://pkg.go.dev/github.com/northwood-labs/terraform-provider-corefunc/corefunc).
59
59
60
60
## More Information
61
61
@@ -82,28 +82,8 @@ However, by passing the `--help` flag, you can see the other options available,
82
82
terraform-provider-corefunc --help
83
83
```
84
84
85
-
The provider has one primary sub-command: `version`. It includes long-form version information, including the build commit hash, build date, Go version, and external dependencies.
0 commit comments