Is it possible to pass a map to args instead of a list of attributes in code_interface?
I'd like to pull off something like:
but I get the following error:
Is there a way to dynamically pass in args that you want to update on the resource? Or do you have to hard code the set_attributes?
I'm trying to bypass the need to pass in each attribute in order every time. As their are many attributes and not all of them will be updated each time.
but I get the following error:
Is there a way to dynamically pass in args that you want to update on the resource? Or do you have to hard code the set_attributes?
I'm trying to bypass the need to pass in each attribute in order every time. As their are many attributes and not all of them will be updated each time.
