terraform-provider-corefunc
terraform-provider-corefunc copied to clipboard
[Feature]: `corefunc_url_decode`
What functionality would you like to see?
The inverse of the built-in urlencode() function.
- https://github.com/opentofu/opentofu/issues/1234
- https://developer.hashicorp.com/terraform/language/functions/urlencode
corefunc_url_decode "url" {
url = "https://..."
}
#=> https://...
@skyzyx Could you please assign this task to me? I've already written the code.
https://1-7-0-beta1.opentofu.pages.dev/docs/language/functions/urldecode/
Implemented in https://github.com/northwood-labs/terraform-provider-corefunc/pull/381.