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) {
141
-
// nothing to do here: files get deleted automatically by 1Password CLI
147
+
func (pngrokProvisioner) Deprovision(ctx context.Context, in sdk.DeprovisionInput, out*sdk.DeprovisionOutput) {
148
+
// nothing to do here: files get deleted automatically by 1Password CLI and environment variables get wiped when process exits
142
149
}
143
150
144
-
func (ffileProvisioner) Description() string {
145
-
return"Config file aware provisioner. It will first check if an already existing config file is present."
151
+
func (pngrokProvisioner) Description() string {
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