You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: could not load yaml program: failed to load the template: Pulumi.yaml:34,22-75:
The argument to Fn::StringAsset must be a string literal;
Ideally, YAML would support interpolation like this as well.
Steps to reproduce
See above.
Expected Behavior
The StringAsset is created in the usual way.
Actual Behavior
See above.
Output of pulumi about
CLI
Version 3.40.1
Go Version go1.19.1
Go Compiler gc
Host
OS darwin
Version 12.5.1
Arch x86_64
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered:
What happened?
In other languages, I can declare a
StringAsset
using, say, an output from another resource:When I try this with YAML, though:
I get an error:
Ideally, YAML would support interpolation like this as well.
Steps to reproduce
See above.
Expected Behavior
The
StringAsset
is created in the usual way.Actual Behavior
See above.
Output of
pulumi about
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: