Aaron Siladi
Aaron Siladi
I noticed this is already fixed in the latest version of this package
I'm also interested in the reason for this. Would be happy to work on a PR to fix if I understand the cases.
Same, it seems like the key is still required, even if using workload identity...
From talking to a co-worker, I'm thinking this could fairly be considered a bug... it makes sense to use dummy values during `coder template push`, but given the workstation was...
I added this to my template as a workaround: ```terraform # write email to a file since data.coder_workspace_owner # gets populated with dummy values upon teraform destroy resource "local_file" "email"...
Not sure whether you consider this a bug. If not, it would be useful to mention at the docs that the values are only populated during `terraform apply`
> Hi [@aarosil](https://github.com/aarosil) , can you provide the versions of Coder and the Terraform provider for which you are seeing this behaviour? Sure, it was coder Helm chart `2.16.1` and...