From e3583df09c1ee3cd5eda5b481636942eea582f35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Mar 2022 11:40:21 -0400 Subject: [PATCH] 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] * 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 --- docs/data-sources/scaffolding_example.md | 4 ++-- docs/index.md | 2 +- docs/resources/scaffolding_example.md | 4 ++-- go.mod | 2 +- go.sum | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/data-sources/scaffolding_example.md b/docs/data-sources/scaffolding_example.md index ee1ed1a..9f8f373 100644 --- a/docs/data-sources/scaffolding_example.md +++ b/docs/data-sources/scaffolding_example.md @@ -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 diff --git a/docs/index.md b/docs/index.md index 842e163..21e1ab0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -23,4 +23,4 @@ provider "scaffolding" { ### Optional -- **example** (String) Example provider attribute +- `example` (String) Example provider attribute diff --git a/docs/resources/scaffolding_example.md b/docs/resources/scaffolding_example.md index eca4ad2..62094d7 100644 --- a/docs/resources/scaffolding_example.md +++ b/docs/resources/scaffolding_example.md @@ -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 diff --git a/go.mod b/go.mod index 219f99a..e4136cd 100644 --- a/go.mod +++ b/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 diff --git a/go.sum b/go.sum index d729e81..81ae667 100644 --- a/go.sum +++ b/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=