modulepackage
0.1.0
Repository: https://github.com/bridgecrewio/go-terraform.git
Documentation: pkg.go.dev
# README
go-terraform
Library to encapsulate the terraform utility to be called as a golang library
Why does this exist?
Between the unreliability of the internal interfaces in the terraform library and then
need to communicate with providers, we'll wrap the terraform command in bash, rather
than importing the github.com/hashicorp/terraform
library and calling methods
directly. See https://github.com/hashicorp/terraform/issues/12582 for more info.
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewTerraformClient return a struct which behaves like the cli terraform client.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author