Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 760 Bytes

devcontainer.md

File metadata and controls

29 lines (18 loc) · 760 Bytes
page_title subcategory description
coder_devcontainer Resource - terraform-provider-coder
Define a Dev Container the agent should know of and attempt to autostart.

coder_devcontainer (Resource)

Define a Dev Container the agent should know of and attempt to autostart.

Schema

Required

  • agent_id (String) The id property of a coder_agent resource to associate with.
  • workspace_folder (String) The workspace folder to for the Dev Container.

Optional

  • config_path (String) The path to the Dev Container configuration file (devcontainer.json).

Read-Only

  • id (String) The ID of this resource.