Austin Valle
|
4cfdd3b495
|
chore: Update minimum Go version in module (#282)
|
2025-03-17 14:27:43 +01:00 |
|
Austin Valle
|
a056b2fcbf
|
workflows: Add setup-terraform before doc generation step (#248)
|
2024-10-01 12:48:37 -04:00 |
|
Austin Valle
|
5df8ce911d
|
all: Bump minimum Go module version to 1.22 (#244)
|
2024-09-09 10:39:43 -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 |
|
dependabot[bot]
|
43f19a10f6
|
Bump github.com/hashicorp/terraform-plugin-testing from 1.5.1 to 1.6.0 (#184)
* Bump github.com/hashicorp/terraform-plugin-testing from 1.5.1 to 1.6.0
Bumps [github.com/hashicorp/terraform-plugin-testing](https://github.com/hashicorp/terraform-plugin-testing) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/hashicorp/terraform-plugin-testing/releases)
- [Changelog](https://github.com/hashicorp/terraform-plugin-testing/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hashicorp/terraform-plugin-testing/compare/v1.5.1...v1.6.0)
---
updated-dependencies:
- dependency-name: github.com/hashicorp/terraform-plugin-testing
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update Go module to Go 1.20
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Brian Flad <bflad417@gmail.com>
|
2023-12-04 11:17:57 -05:00 |
|
Kyle MacDonald
|
9efd86b045
|
update readme with links to hashicorp developer (#162)
rewrites learn.hashicorp.com and terraform.io/docs/* links in readme.md to link to developer.hashicorp.com
|
2023-07-31 17:18:02 -04:00 |
|
Benjamin Bennett
|
9e6b608eb9
|
Updating to Go 1.19 (#129) (#130)
|
2023-03-06 07:10:02 +00:00 |
|
Vishnu Ravindra
|
c48b999b84
|
Update README.md (#92)
learn collection link updated
|
2022-10-05 09:59:59 -04:00 |
|
Brian Flad
|
b699ca1ff3
|
Bump Go Version to 1.18 (#79)
Reference: https://github.com/hashicorp/terraform-provider-scaffolding-framework/issues/78
Updated via:
```shell
go mod edit -go=1.18
go mod tidy
go fix ./...
```
And textual file updates, such as the README.
|
2022-08-12 15:19:26 -04:00 |
|
Paddy
|
5906e3e668
|
Update README.md (#1)
|
2021-12-07 11:46:42 -08:00 |
|
Brian Flad
|
322c453bdf
|
Adjust README introduction
|
2021-12-01 06:17:30 -05:00 |
|
Brian Flad
|
c24dd5b083
|
Fix README grammatical error
|
2021-12-01 05:39:19 -05: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 |
|