golang-github-hashicorp-terraform-config-inspect 0.0~git20230614.f32df32-2 source package in Ubuntu

Changelog

golang-github-hashicorp-terraform-config-inspect (0.0~git20230614.f32df32-2) unstable; urgency=medium

  * Source-only upload for migration to testing

 -- Anthony Fok <email address hidden>  Tue, 07 Nov 2023 16:33:31 -0700

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-hashicorp-terraform-config-inspect_0.0~git20230614.f32df32-2.dsc 2.9 KiB e25dd52ade586fc1ff2e46174d535f88b06931565a3f1da614a58332ac513ed2
golang-github-hashicorp-terraform-config-inspect_0.0~git20230614.f32df32.orig.tar.xz 28.2 KiB be846899c3faacbb1bdbc644ae1c556b99b4145f9914c2699c49dab1f40bb421
golang-github-hashicorp-terraform-config-inspect_0.0~git20230614.f32df32-2.debian.tar.xz 2.3 KiB 4ecbb1bf3f5307ad2a4a2e6956f1483f60c3bcc987d9e73c9a8f911d1cd7afdc

No changes file available.

Binary packages built by this source

golang-github-hashicorp-terraform-config-inspect-dev: helper library for shallow inspection of Terraform configurations

 terraform-config-inspect is a helper library for extracting high-level
 metadata about Terraform modules from their source code. It processes
 only a subset of the information Terraform itself would process, and in
 return it's able to be broadly compatible with modules written for many
 different versions of Terraform.

terraform-config-inspect: helper CLI tool for shallow inspection of Terraform configurations

 terraform-config-inspect is a helper library and CLI tool for extracting
 high-level metadata about Terraform modules from their source code. It
 processes only a subset of the information Terraform itself would process,
 and in return it's able to be broadly compatible with modules written for
 many different versions of Terraform.
 .
 The primary way to use this repository is as a Go library, but as a
 convenience it also contains a CLI tool called terraform-config-inspect
 that allows viewing module information in either a Markdown-like format
 or in JSON format.

terraform-config-inspect-dbgsym: debug symbols for terraform-config-inspect