mirror of
https://github.com/coder/coder.git
synced 2025-07-23 21:32:07 +00:00
Pass git configuration variables via terraform (#3034)
* Pass workspace owner email address to provisioner * Remove owner_email and owner_username fields from agent metadata * Add Git environment variables to example templates * Remove "owner_name" field from provisioner metadata, use username instead * Remove Git configuration from most templates, add documentation * Proofreading/typo fixes from @mafredri * Update example templates to latest version of terraform-provider-coder
This commit is contained in:
@@ -2,7 +2,7 @@ terraform {
|
||||
required_providers {
|
||||
coder = {
|
||||
source = "coder/coder"
|
||||
version = "0.3.4"
|
||||
version = "0.4.3"
|
||||
}
|
||||
google = {
|
||||
source = "hashicorp/google"
|
||||
|
Reference in New Issue
Block a user