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
When you have a project resource and set the protection_bypass_for_automation field, the protection_bypass_for_automation_secret field is populated so that one can reference it later.
We have two separate terraform environments where we need to use the protection_bypass_for_automation_secret field to populate a k8s secret, normally I'd create the project resource in one environment and then import it via the vercel_project data source in the other environment, however the data source doesn't expose the secret making this more challeging.