Pascal Hofmann
|
68cf9561b7
|
Fix typo (#243)
|
2024-09-05 15:47:35 -04:00 |
|
Brian Flad
|
c4ac215bff
|
Bump Go version, dependency versions, add example function (#198)
Reference: https://developer.hashicorp.com/terraform/plugin/framework/functions
Reference: https://github.com/hashicorp/terraform-providers-devex-internal/issues/175
Terraform 1.8 and later introduce the concept of provider-defined functions and this adds an example function that accepts a string argument and returns the same value as a string return.
Dependencies updated via:
```
go get github.com/hashicorp/terraform-plugin-framework@v1.6.0
go get github.com/hashicorp/terraform-plugin-docs@v0.18.0
go mod tidy
```
|
2024-02-28 10:11:33 -05:00 |
|
Austin Valle
|
9b24243a86
|
[COMPLIANCE] Add copyright and license headers (#146)
* add copywrite config
* add note to copywrite HCL file
* [COMPLIANCE] Add copyright and license headers
* Update .copywrite.hcl
Co-authored-by: Brian Flad <bflad417@gmail.com>
* Update .copywrite.hcl
Co-authored-by: Brian Flad <bflad417@gmail.com>
* Update .copywrite.hcl
Co-authored-by: Brian Flad <bflad417@gmail.com>
---------
Co-authored-by: Brian Flad <bflad417@gmail.com>
|
2023-06-05 14:11:07 -04:00 |
|
Austin Valle
|
fa8056ce94
|
ci: add golangci-lint + fix lints (#120)
* ci: add `golangci-lint` + fix lints
* switched order
|
2023-01-26 14:24:42 -05:00 |
|
Brian Flad
|
16a0751849
|
Updates for terraform-plugin-framework v0.7.0 (#40)
Reference: https://github.com/hashicorp/terraform-plugin-framework/releases/tag/v0.7.0
|
2022-04-29 16:02:22 -04:00 |
|
Brian Flad
|
f1449bfe5c
|
main: Add -debug flag for enabling debugger support (#27)
Reference: https://github.com/hashicorp/terraform-provider-scaffolding-framework/issues/8
|
2022-03-15 11:51:54 -04:00 |
|
Brian Flad
|
a64a312802
|
Initial commit
Most of the content is inspired by existing content in https://github.com/hashicorp/terraform-provider-scaffolding.
|
2021-12-01 05:37:16 -05:00 |
|