Skip to content

Files

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Latest commit

Dec 8, 2023
5d6f39e · Dec 8, 2023

History

History
29 lines (18 loc) · 666 Bytes

File metadata and controls

29 lines (18 loc) · 666 Bytes
page_title subcategory description
coder_env Resource - terraform-provider-coder
Use this resource to set an environment variable in a workspace.

coder_env (Resource)

Use this resource to set an environment variable in a workspace.

Schema

Required

  • agent_id (String) The "id" property of a "coder_agent" resource to associate with.
  • name (String) The name of the environment variable.

Optional

  • value (String) The value of the environment variable.

Read-Only

  • id (String) The ID of this resource.