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

Allow CUE content and paths to be evaluated together #48

Merged
merged 1 commit into from
May 26, 2024

Conversation

dghubble
Copy link
Member

  • There is a way for CUE to evaluate string expressions and path-based expressions in a single build, by using the loader with an Overlay option so that it will load the content as though it were a file
  • Drop the restriction that content and paths be mutually exclusive, you can set both. Add an example and docs

@dghubble dghubble force-pushed the content-and-path branch from 3b92d9e to c53dca2 Compare May 26, 2024 18:36
* There is a way for CUE to evaluate string expressions and path-based
expressions in a single build, by using the loader with an Overlay option
so that it will load the content as though it were a file
* Drop the restriction that `content` and `paths` be mutually
exclusive, you can set both. Add an example and docs
@dghubble dghubble force-pushed the content-and-path branch from c53dca2 to 8a29267 Compare May 26, 2024 19:15
@dghubble dghubble merged commit 8a29267 into main May 26, 2024
1 check passed
@dghubble dghubble deleted the content-and-path branch May 26, 2024 19:16
znd4 added a commit to znd4/terraform-provider-cue that referenced this pull request Nov 25, 2024
znd4 added a commit to znd4/terraform-provider-cue that referenced this pull request Dec 11, 2024
dghubble pushed a commit that referenced this pull request Dec 17, 2024
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

Successfully merging this pull request may close these issues.

1 participant