You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make tfgen produces several warnings (branch upstream-3.95.0), looks like there might be potential loss of secret flag over the following properties from the provider configuration:
WARN: secret property auxiliaryTenantIds (property of config) does not have an Output type
WARN: secret property clientCertificate (property of config) does not have an Output type
WARN: secret property clientCertificatePassword (property of config) does not have an Output type
WARN: secret property clientCertificatePath (property of config) does not have an Output type
WARN: secret property clientId (property of config) does not have an Output type
WARN: secret property clientIdFilePath (property of config) does not have an Output type
WARN: secret property clientSecret (property of config) does not have an Output type
WARN: secret property clientSecretFilePath (property of config) does not have an Output type
WARN: secret property oidcRequestToken (property of config) does not have an Output type
WARN: secret property oidcToken (property of config) does not have an Output type
WARN: secret property oidcTokenFilePath (property of config) does not have an Output type
WARN: secret property subscriptionId (property of config) does not have an Output type
WARN: secret property tenantId (property of config) does not have an Output type
Example
N/A
Output of pulumi about
N/A
Additional context
N/A
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered:
What happened?
make tfgen
produces several warnings (branch upstream-3.95.0), looks like there might be potential loss of secret flag over the following properties from the provider configuration:Example
N/A
Output of
pulumi about
N/A
Additional context
N/A
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: