coder 2.13.1 published on Wednesday, Nov 5, 2025 by coder
Coder Provider
coder 2.13.1 published on Wednesday, Nov 5, 2025 by coder
Generate Provider
The Coder provider must be installed as a Local Package by following the instructions for Any Terraform Provider:
pulumi package add terraform-provider coder/coder
Overview
Pulumi provider for managing Coder templates, which are the underlying infrastructure for Coder workspaces.
Requires Coder v2.18.0 or later.
!> coderGitAuth and owner related fields of coder.getWorkspace function have been removed. Follow the Version 2 Upgrade Guide to update your code.
Example
# Pulumi.yaml provider configuration file
name: configuration-example
runtime: nodejs
config:
gcp:region:
value: us-central1
Example currently unavailable in this language
# Pulumi.yaml provider configuration file
name: configuration-example
runtime: python
config:
gcp:region:
value: us-central1
Example currently unavailable in this language
# Pulumi.yaml provider configuration file
name: configuration-example
runtime: dotnet
config:
gcp:region:
value: us-central1
Example currently unavailable in this language
# Pulumi.yaml provider configuration file
name: configuration-example
runtime: go
config:
gcp:region:
value: us-central1
Example currently unavailable in this language
# Pulumi.yaml provider configuration file
name: configuration-example
runtime: yaml
config:
gcp:region:
value: us-central1
Example currently unavailable in this language
# Pulumi.yaml provider configuration file
name: configuration-example
runtime: java
config:
gcp:region:
value: us-central1
Example currently unavailable in this language
Configuration Reference
url(String) The URL to access Coder.
coder 2.13.1 published on Wednesday, Nov 5, 2025 by coder
