Erik Veld
Erik Veld
Added initial support for module registries. Depends on https://github.com/jumppad-labs/hclconfig/pull/19
The HTTP resource allows you to execute HTTP requests and use the response in other resources. ```hcl resource "http" "get" { method = "GET" url = "https://httpbin.org/get" headers = {...
Copy files from remote sources such as git, http, etc. ```hcl resource "copy" "local" { source = "${dir()}/files/foo" destination = "${data("copy")}/local" } resource "copy" "http" { source = "https://www.foundanimals.org/wp-content/uploads/2023/02/twenty20_b4e89a76-af70-4567-b92a-9c3bbf335cb3.jpg" destination...
When adding text to a box, it would be nice if it was possible to style it, to for instance have spaces show with a black background as well, or...
Having a list of all the shapes and their z-index ordering (layers) would be really useful to more quickly order them on the from front to back. Also being able...