Skip to content

Commit d369b8c

Browse files
committed
docs: Updated the README for Go 1.25.
1 parent b4605f5 commit d369b8c

File tree

1 file changed

+7
-27
lines changed

1 file changed

+7
-27
lines changed

README.md

Lines changed: 7 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ The goal of this provider is not to call any network APIs, but to provide pre-bu
3434

3535
| Testing type | Details | Description |
3636
|--------------|--------------------|--------------------------------------------------------------------------------|
37-
| 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. |
4343

4444
## Usage Examples
4545

@@ -55,7 +55,7 @@ See the `docs/` directory for user-facing documentation.
5555

5656
### Go Package
5757

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).
5959

6060
## More Information
6161

@@ -82,28 +82,8 @@ However, by passing the `--help` flag, you can see the other options available,
8282
terraform-provider-corefunc --help
8383
```
8484

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.
86-
87-
```bash
88-
terraform-provider-corefunc version
89-
```
90-
91-
[alerts]: https://registry.terraform.io/providers/PagerDuty/pagerduty/latest
92-
[archive]: https://registry.terraform.io/providers/hashicorp/archive/latest/docs
93-
[code repositories]: https://registry.terraform.io/providers/integrations/github/latest/docs
94-
[content delivery]: https://registry.terraform.io/providers/fastly/fastly/latest/docs
95-
[cryptographic signatures]: https://registry.terraform.io/providers/chainguard-dev/cosign/latest/docs
96-
[DNS records]: https://registry.terraform.io/providers/infobloxopen/infoblox/latest/docs
97-
[external]: https://registry.terraform.io/providers/hashicorp/external/latest/docs
98-
[feature flags]: https://registry.terraform.io/providers/launchdarkly/launchdarkly/latest/docs
99-
[identity and access management]: https://registry.terraform.io/providers/okta/okta/latest/docs
100-
[local]: https://registry.terraform.io/providers/hashicorp/local/latest/docs
101-
[monitoring]: https://registry.terraform.io/providers/DataDog/datadog/latest
10285
[OpenTofu]: https://opentofu.org
103-
[order a pizza]: https://registry.terraform.io/providers/MNThomson/dominos/latest/docs
104-
[passwords]: https://registry.terraform.io/providers/1Password/onepassword/latest/docs
10586
[Terraform]: https://terraform.io
10687
[Terratest]: https://terratest.gruntwork.io
10788
[tfproto6]: https://developer.hashicorp.com/terraform/plugin/terraform-plugin-protocol#protocol-version-6
10889
[TPF]: https://github.com/hashicorp/terraform-plugin-framework
109-
[zero trust network access]: https://registry.terraform.io/providers/zscaler/zpa/latest/docs

0 commit comments

Comments
 (0)