Skip to main content

conveyor_ide_base_image (Resource)

IDE base image resource

Schema

Required

  • name (String) The name of the IDE base image

Optional

  • config (Attributes) The configuration that defines this IDE base image (see below for nested schema)
  • description (String) The description of the IDE base image

Read-Only

  • id (String) The id of the IDE base image

Nested Schema for config

Optional:

Nested Schema for config.build_steps

Required:

  • cmd (String) The command that needs to be executed. Can contain multiple commands, separated by newlines.
  • name (String) The name of the build step

Nested Schema for config.vscode_config

Required:

  • extensions (List of String) Enable user specific extensions