Files
hunfabric/tools/tfeditor/go.mod
Taneli Leppä b28b379a7b Added a tool to update provider_meta/module_name, Terraform version and provider versions on batch basis.
Also includes a pipeline to manually release new versions and update all module names.
2022-06-09 12:40:51 +02:00

9 lines
194 B
Modula-2

module github.com/GoogleCloudPlatform/cloud-foundation-fabric/tools/tfeditor
go 1.16
require (
github.com/hashicorp/hcl/v2 v2.12.0 // indirect
github.com/zclconf/go-cty v1.8.0 // indirect
)