4 Commits

Author SHA1 Message Date
dependabot[bot]
6fa908ea47
Bump google.golang.org/protobuf from 1.28.0 to 1.33.0 in /tools (#245)
Bumps google.golang.org/protobuf from 1.28.0 to 1.33.0.

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-18 10:22:37 -04:00
Bruno Schaatsbergen
45a650b070
offload go generate to tools/ to prevent bloating the root Go module (#239)
* chore: move generate to `tools/`

* move generate to `tools/`

* extend make

* set `-provider-name`

* chore: improve makefile

* chore: remove unwanted comment

* add newlines

* align go versions
2024-09-16 17:38:41 -04: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
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