Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 742 Bytes

File metadata and controls

30 lines (19 loc) · 742 Bytes
page_title subcategory description
coder_file Resource - terraform-provider-coder
Use this resource to place a file inside of a workspace.

coder_file (Resource)

Use this resource to place a file inside of a workspace.

Schema

Required

  • agent_id (String) The "id" property of a "coder_agent" resource to associate with.
  • content (String) The content of the file to place in the workspace.
  • path (String) The path of the file to place in the workspace.

Optional

  • mode (Number) The mode of the file to place in the workspace.

Read-Only

  • id (String) The ID of this resource.