coder / modules

A collection of Terraform Modules to work with Coder.
https://registry.coder.com
Apache License 2.0
23 stars 19 forks source link

update git-config module to use `coder_workspace_owner` #255

Closed matifali closed 1 month ago

matifali commented 1 month ago

After https://github.com/coder/terraform-provider-coder/releases/tag/v0.23.0, some owner-related fields of data.coder_workspace are deprecated and it is recommended to use the newer coder_workspace_owner data source.

An example usage that needs updating.

https://github.com/coder/modules/blob/beaa33b6829ef9d35f8cb857fbd3949420d462a5/git-config/main.tf#L62 https://github.com/coder/modules/blob/beaa33b6829ef9d35f8cb857fbd3949420d462a5/git-config/main.tf#L68 https://github.com/coder/modules/blob/beaa33b6829ef9d35f8cb857fbd3949420d462a5/git-config/main.tf#L74 https://github.com/coder/modules/blob/beaa33b6829ef9d35f8cb857fbd3949420d462a5/git-config/main.tf#L81