package
0.0.0-20220120172034-ca22424421e5
Repository: https://github.com/jackofallops/tfpdk.git
Documentation: pkg.go.dev

# Functions

CallTerraform calls the locally installed terraform binary with the specified options returns the raw []byte output for the caller to process.
No description provided by the author
No description provided by the author
GoFmt calls `gofmt -w` over the specified file (including path).
LoadConfig loads the configuration file if present to allow users to override various settings in the tool, such as path to services, docs and any SDK options.
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
Terrafmt calls (if installed) katbyte/terrafmt to format Terraform configurations in the specified file.
No description provided by the author
No description provided by the author
No description provided by the author
UpdateRegistration modifies the `registration.go` file to add (or remove?) items from the relevant blocks when a user adds (or removes?) a resource or datasource via `tfpdk resource` or `tfpdk datasource` servicePackagePath = The path from the route of the provider to the service package to which the item is to be registered resourceName = the model name of a typed resource, or the snakeCase name of the item resource = string value for the item type, one of TypeResource or TypeDatasource op = one of Register or Unregister // TODO - removing is a future concern so not yet implemented isTyped = true if the resources uses the TypedSDK.

# Constants

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
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

# Type aliases

No description provided by the author
No description provided by the author