Skip to main content
Version: Latest Version (2.9.1)

highbond_toolkit (Resource)

Schema

Required

toolkit_idString The ID of the toolkit

Optional

created_atString The timestamp specifying when the toolkit was created
created_byString The id of the user who installed the toolkit
current_versionString Version of currently installed toolkit
descriptionString The description of currently installed toolkit
idString The ID of this resource.
is_toolkit_installedBoolean Is the toolkit installed or not
local_tfstateString Local tf state for toolkit
nameString Name of currently installed toolkit
toolkit_statusString Toolkit installation/deletion status

Read-Only

error_descriptionString The error description when toolkit installation or deletion fails
is_displayedBoolean Is toolkit displayable to the user
is_localizedBoolean Is toolkit localized
module_countNumber Number of modules associated with toolkits
modulesString List of modules in case of modular toolkit

Example Usage

resource "highbond_toolkit" "smoke-test" {
toolkit_id = "smoke-test"
local_tfstate = "../test/data/explicit_tf.tfstate"
}