millions-journalist-34868
09/16/2024, 10:33 PMpulumiConfig:
netlify:token: ${netlify.token}
netlify:defaultTeamSlug: ${netlify.teamSlug}
and :
pulumiConfig:
netlify:
token: ${netlify.token}
defaultTeamSlug: ${netlify.teamSlug}
There are not the same ? I would prefer to use the second one, but the provider do as if there is no token when using it, with the first one it works fine.damp-airline-38442
09/17/2024, 7:12 PMnetlify:token
but the latter example sets the meaningless key netlify
. The token/slug keys aren't nested, they're top-level.millions-journalist-34868
09/17/2024, 8:07 PM