coder / modules

A collection of Terraform Modules to extend Coder templates.
https://registry.coder.com
Apache License 2.0
33 stars 33 forks source link

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

Closed matifali closed 5 months ago

matifali commented 5 months 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