9 Commits

Author SHA1 Message Date
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