7 Commits

Author SHA1 Message Date
Dusan Jakub
a6d62d7971 Create main.yml 2025-05-27 11:03:33 +02:00
xvlcwk
1067f4a4b5 ci(release): Replace release workflow with version from scaffolding
I should have ched this first.
The correct version is always at
https://github.com/hashicorp/terraform-provider-scaffolding-framework/blob/main/.github/workflows/release.yml
2025-03-18 20:51:43 +01:00
xvlcwk
bf23a76aa7 ci(release): Update github actions 2025-03-18 19:59:13 +01:00
xvlcwk
c7cd148f8e chore: Upgrade required go version
Since we're using the toolchain directive to generate enum helper
classes, we need go 1.21+
2024-02-07 22:47:05 +01:00
xvlcwk
6b2b300581 fix: Ensure tag-action reads go-version correctly
Unfortunately 1.20 is merged to 1.2 in yaml. Add '' to avoid parsing as
number.
2024-01-13 23:48:45 +01:00
xvlcwk
4a1db57661 feat(#4) Add resource_repository_deploy_key
Allows to add an ssh key to a given repository.

This should allow to make build servers with more restricted access
controls.
2024-01-13 23:29:51 +01:00
Gavin Bunney
0b0d03cda2 Port to GitHub actions & publish to Terraform registry (#39)
* Port to GitHub actions

* Fix

* Make docs terraform registry compatible
2021-07-14 17:47:45 -07:00