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
func (ffileProvisioner) Deprovision(ctx context.Context, in sdk.DeprovisionInput, out*sdk.DeprovisionOutput) {
147
+
func (pngrokProvisioner) Deprovision(ctx context.Context, in sdk.DeprovisionInput, out*sdk.DeprovisionOutput) {
149
148
// nothing to do here: files get deleted automatically by 1Password CLI and environment variables get wiped when process exits
150
149
}
151
150
152
-
func (ffileProvisioner) Description() string {
151
+
func (pngrokProvisioner) Description() string {
153
152
return"If ngrok version is 3.2.1 or higher than provision ngrok credentials as environment variables NGROK_AUTH_TOKEN and NGROK_API_KEY otherwise config file aware provisioner. It will first check if an already existing config file is present."
0 commit comments