Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: hashicorp/terraform-json

Tags

v0.27.2

Toggle v0.27.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
UnmarshalLogMessage to use json.Number (#178)

v0.27.1

Toggle v0.27.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Replace `json.RawMessage` for list log messages (#177)

v0.27.0

Toggle v0.27.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
actions: remove action types from action schema (#175)

Co-authored-by: Daniel Schmidt <[email protected]>

v0.26.0

Toggle v0.26.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added: support for list resource (#165)

v0.25.0

Toggle v0.25.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
github: Use Dependabot to keep Actions updated (#160)

v0.24.0

Toggle v0.24.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support for write-only attributes (#146)

v0.23.0

Toggle v0.23.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): Bump workflows to latest trusted versions (#140)

Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>

v0.22.1

Toggle v0.22.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
tfjson: Update `Complete` to a pointer value for older Terraform vers…

…ions (#131)

v0.22.0

Toggle v0.22.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump hashicorp/setup-copywrite (#130)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.21.0

Toggle v0.21.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Initial support for provider-defined functions from providers schema …

…-json (#119)

* Initial support for provider-defined functions from providers schema -json

Reference: #118
Reference: hashicorp/terraform#34450

The Terraform `providers schema -json` output implementation currently uses the entire `metadata functions -json` implementation, so has the additional nesting layer containing `format_version` and `function_signatures`.

* Remove extraneous function metadata object