Anyone have a clue about ```pulumi config -s Linio...
# general
c
Anyone have a clue about
Copy code
pulumi config -s LinioIT/pr1234 set --path <http://app.reviewApp.pr|app.reviewApp.pr> 1234
error: a map was expected for key "pr"
?
Not sure why it says it’s expecting a map for key pr
Ah, figured it out. I had a value already set to
false
, a non-map value. Pulumi doesn’t handle changing the type from a scalar to a non-scalar value.