chainguard-dev / terraform-provider-oci

Terraform provider to perform OCI image operations
https://registry.terraform.io/providers/chainguard-dev/oci
Mozilla Public License 2.0
13 stars 11 forks source link

add ref output to parse function #153

Closed joshrwolf closed 3 months ago

joshrwolf commented 3 months ago

this is mostly useless, but I find myself wanting this field when composing loops that use parse, rather then having to build it from its components which is more verbose and error prone.

I could just use the input to parse, but that feels less ergonomic