Bump github.com/hashicorp/terraform-plugin-docs from 0.6.0 to 0.7.0 (#28)
* Bump github.com/hashicorp/terraform-plugin-docs from 0.6.0 to 0.7.0 Bumps [github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/hashicorp/terraform-plugin-docs/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-docs/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/terraform-plugin-docs/compare/v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-docs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Regenerate documentation with terraform-plugin-docs@v0.7.0 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brian Flad <bflad417@gmail.com>
This commit is contained in:
parent
2f9e03568a
commit
e3583df09c
@ -23,10 +23,10 @@ data "scaffolding_example" "example" {
|
||||
|
||||
### Optional
|
||||
|
||||
- **configurable_attribute** (String) Example configurable attribute
|
||||
- `configurable_attribute` (String) Example configurable attribute
|
||||
|
||||
### Read-Only
|
||||
|
||||
- **id** (String) Example identifier
|
||||
- `id` (String) Example identifier
|
||||
|
||||
|
||||
|
@ -23,4 +23,4 @@ provider "scaffolding" {
|
||||
|
||||
### Optional
|
||||
|
||||
- **example** (String) Example provider attribute
|
||||
- `example` (String) Example provider attribute
|
||||
|
@ -23,10 +23,10 @@ resource "scaffolding_example" "example" {
|
||||
|
||||
### Optional
|
||||
|
||||
- **configurable_attribute** (String) Example configurable attribute
|
||||
- `configurable_attribute` (String) Example configurable attribute
|
||||
|
||||
### Read-Only
|
||||
|
||||
- **id** (String) Example identifier
|
||||
- `id` (String) Example identifier
|
||||
|
||||
|
||||
|
2
go.mod
2
go.mod
@ -3,7 +3,7 @@ module github.com/hashicorp/terraform-provider-scaffolding-framework
|
||||
go 1.17
|
||||
|
||||
require (
|
||||
github.com/hashicorp/terraform-plugin-docs v0.6.0
|
||||
github.com/hashicorp/terraform-plugin-docs v0.7.0
|
||||
github.com/hashicorp/terraform-plugin-framework v0.6.0
|
||||
github.com/hashicorp/terraform-plugin-go v0.8.0
|
||||
github.com/hashicorp/terraform-plugin-log v0.3.0
|
||||
|
4
go.sum
4
go.sum
@ -136,8 +136,8 @@ github.com/hashicorp/terraform-exec v0.16.0 h1:XUh9pJPcbfZsuhReVvmRarQTaiiCnYogF
|
||||
github.com/hashicorp/terraform-exec v0.16.0/go.mod h1:wB5JHmjxZ/YVNZuv9npAXKmz5pGyxy8PSi0GRR0+YjA=
|
||||
github.com/hashicorp/terraform-json v0.13.0 h1:Li9L+lKD1FO5RVFRM1mMMIBDoUHslOniyEi5CM+FWGY=
|
||||
github.com/hashicorp/terraform-json v0.13.0/go.mod h1:y5OdLBCT+rxbwnpxZs9kGL7R9ExU76+cpdY8zHwoazk=
|
||||
github.com/hashicorp/terraform-plugin-docs v0.6.0 h1:gWnop6iX7HKpWQDu7TkK7eXizkaFQPQBZyVN5bFh2sI=
|
||||
github.com/hashicorp/terraform-plugin-docs v0.6.0/go.mod h1:kbdlq1sGGAoSDnus8GfG4V7xQaYOyexM0d8HUb6GZg4=
|
||||
github.com/hashicorp/terraform-plugin-docs v0.7.0 h1:7XKAOYHAxghe7q4/vx468X43X9GikdQ2dxtmcu2gQv0=
|
||||
github.com/hashicorp/terraform-plugin-docs v0.7.0/go.mod h1:57CICKfW7/KbW4lPhKOledyT6vu1LeAOzuvWXsVaxUE=
|
||||
github.com/hashicorp/terraform-plugin-framework v0.6.0 h1:XLqZllW47OjWqTxBN5wfqrl76sGSoekqg3keyNqBUwI=
|
||||
github.com/hashicorp/terraform-plugin-framework v0.6.0/go.mod h1:dgISV1z4CKDmi3uu/YpcvHeCSLtaKgena9Ix27tkKIQ=
|
||||
github.com/hashicorp/terraform-plugin-go v0.8.0 h1:MvY43PcDj9VlBjYifBWCO/6j1wf106xU8d5Tob/WRs0=
|
||||
|
Loading…
x
Reference in New Issue
Block a user