Resource vs (Secret) Variable
The resource will have fields like port, host, username, password, database.
If instead of this I use 5 secret variables of one value each (host, port, etc) OR one secret json variable having all 5 fields/properties, how does it affect ?
Any extra benefits of using resource ?