Skip to content

Commit c78f142

Browse files
committed
feat: update README.md
1 parent 876866e commit c78f142

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
This is an unofficial demo for [Terraform-Plugin-Framework](https://www.terraform.io/docs/plugin/framework/) which is a new SDK under active development.
33
Further information might be in [Official GitHub Repository](https://github.com/hashicorp/terraform-plugin-framework).
44

5-
## How to use
5+
## How to Use
66
1. install plugin locally
77

88
```bash
@@ -13,6 +13,7 @@ $ make install
1313

1414
```bash
1515
cd examples
16+
rm -rf terraform.*
1617
terraform init
1718
```
1819

@@ -37,3 +38,9 @@ echo "edit configuration in main.tf"
3738
vim main.tf
3839
terraform apply
3940
```
41+
42+
## Useful Information
43+
- [Plugin Development](https://www.terraform.io/docs/extend/index.html)
44+
- [Implement Create and Read with the Terraform Plugin Framework](https://learn.hashicorp.com/tutorials/terraform/plugin-framework-create)
45+
- [terraform-provider-hashicups-pf](https://github.com/hashicorp/terraform-provider-hashicups-pf)
46+
- [hashicups-client-go](https://github.com/hashicorp-demoapp/hashicups-client-go)

examples/.terraform.lock.hcl

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)