Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetOpenTofuInstallCommand ¶ added in v0.0.27
GetOpenTofuInstallCommand returns a slice of strings representing the command to install OpenTofu of a specific version.
Parameters: - version: The version of OpenTofu to install (e.g., "1.6.0") - entryPoint: Optional entry point for the command. If empty, defaults to "sh -c"
Returns: - A slice of strings representing the installation command
func GetTerraformInstallCommand ¶ added in v0.0.27
GetTerraformInstallCommand returns a slice of strings representing the command to install Terraform of a specific version.
Parameters: - version: The version of Terraform to install (e.g., "1.0.0") - entryPoint: Optional entry point for the command. If empty, defaults to "sh -c"
Returns: - A slice of strings representing the installation command
func GetTerragruntInstallCommand ¶ added in v0.0.27
GetTerragruntInstallCommand returns a slice of strings representing the command to install Terragrunt of a specific version.
Parameters: - version: The version of Terragrunt to install (e.g., "0.38.0") - entryPoint: Optional entry point for the command. If empty, defaults to "sh -c"
Returns: - A slice of strings representing the installation command
Types ¶
This section is empty.