Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement corefunc_str_resolve_markers #16

Closed
skyzyx opened this issue Sep 5, 2023 · 0 comments
Closed

Implement corefunc_str_resolve_markers #16

skyzyx opened this issue Sep 5, 2023 · 0 comments

Comments

@skyzyx
Copy link
Member

skyzyx commented Sep 5, 2023

Go: corefunc.StrResolveMarkers(string)
TF: corefunc_str_resolve_markers

The original need was wanting to implement something similar to Late Static Binding where markers could be replaced with values, once those values were determined, as late as possible in the execution process. The replacement values would have been variable/local values.

Terraform does not support this natively.

Need to figure out if we can reflect the current state of all locals/variables in Terraform, and whether or not they are resolved values. If so, we could implement (the very edge-casey) LSB support for string replacements using locals/variables.

If we cannot, then this feature is dead in the water.

@skyzyx skyzyx closed this as not planned Won't fix, can't repro, duplicate, stale Oct 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant