coder / terraform-provider-coder

https://coder.com
Mozilla Public License 2.0
31 stars 19 forks source link

chore: improve integration test compatibility with older Coder versions #247

Closed johnstcn closed 4 months ago

johnstcn commented 4 months ago

Previously, testing with coder versions older than 2.7 would fail due to the template push command not creating the template automatically.

Also, improves logic around pulling the image if it does not exist locally.