-
-
Notifications
You must be signed in to change notification settings - Fork 146
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Have a question? Please checkout our Slack Community or visit our Slack Archive.
Describe the Feature
There isn't a way to null a value in YAML other than to remove the key by deleting the key or commenting it out.
I'd like to use some kind of null value like <NULL> in atmos YAML without having to remove the key
e.g.
components:
terraform:
ecr:
vars:
some_input: <NULL>
Expected Behavior
The some_input: <NULL> should omit some_input when the tfvars is generated
Use Case
See above
Describe Ideal Solution
See above
Alternatives Considered
Removing the key or commenting it out
Additional Context
N/A
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Planned