61 Commits

Author SHA1 Message Date
dependabot[bot]
7579b23611
Bump goreleaser/goreleaser-action from 2.8.0 to 2.8.1 (#9)
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 2.8.0 to 2.8.1.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](https://github.com/goreleaser/goreleaser-action/compare/v2.8.0...v2.8.1)

---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-18 13:38:57 -05:00
Paddy
798e2e5525
Demonstrate logging in provider code. (#7)
Add an example of using the tflog package to write a provider log.
2021-12-23 10:48:23 -08:00
Brian Flad
5f2383b256
.github/workflows: Add Terraform CLI 1.1 testing (#6) 2021-12-22 13:43:43 -05:00
dependabot[bot]
24d49d60fb
Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.10.0 to 2.10.1 (#5)
Bumps [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) from 2.10.0 to 2.10.1.
- [Release notes](https://github.com/hashicorp/terraform-plugin-sdk/releases)
- [Changelog](https://github.com/hashicorp/terraform-plugin-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hashicorp/terraform-plugin-sdk/compare/v2.10.0...v2.10.1)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/terraform-plugin-sdk/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-20 10:01:04 -05:00
dependabot[bot]
f0006aa7fd
Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.9.0 to 2.10.0 (#3)
Bumps [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) from 2.9.0 to 2.10.0.
- [Release notes](https://github.com/hashicorp/terraform-plugin-sdk/releases)
- [Changelog](https://github.com/hashicorp/terraform-plugin-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hashicorp/terraform-plugin-sdk/compare/v2.9.0...v2.10.0)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/terraform-plugin-sdk/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-08 09:22:32 -05:00
Paddy
5906e3e668
Update README.md (#1) 2021-12-07 11:46:42 -08:00
Brian Flad
d1b343faed Add provider configuration fetching to Configure since it will be a very common use case 2021-12-01 06:39:46 -05:00
Brian Flad
322c453bdf Adjust README introduction 2021-12-01 06:17:30 -05:00
Brian Flad
b9221acb06 Fix test workflow 2021-12-01 05:57:29 -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