Skip to content

Commit a30c843

Browse files
authored
Merge pull request #1 from dcarbone:readme-updates
adding godoc link and install cmd
2 parents c84fec7 + 6e97b1e commit a30c843

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,23 @@
22
Utilities for use with the
33
[HashiCorp Terraform Plugin Framework](https://github.com/hashicorp/terraform-plugin-framework)
44

5+
[![Documentation](https://img.shields.io/badge/pkg.go.dev-docs-informational)](https://pkg.go.dev/github.com/dcarbone/terraform-plugin-framework-utils)
6+
57
This project, much like the framework itself, is a work in progress. I will try to keep it as up to date with upstream
68
changes as possible but, as always, community help is appreciated!
79

810
# Index
911

12+
* [Installation](#installation)
1013
* [Type Conversion](#type-conversion)
1114
* [Attribute Validation](#attribute-validation)
1215
* [Test Utilities](#test-utilities)
1316

17+
# Installation
18+
```shell
19+
go get -u github.com/dcarbone/terraform-plugin-framework-utils@latest
20+
```
21+
1422
# Type Conversion
1523

1624
Converting between types used internally by Terraform and typical Go types can be somewhat tricky and / or tedious.

0 commit comments

Comments
 (0)