ym1198Y
Windmill3y ago
2 replies
ym1198

Resource vs (Secret) Variable

Suppose I created a resource for , let's say, Postgres db (ignore that it is existing if it is )

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 ?
Was this page helpful?