Beispiel #1
0
 public void Dispose()
 {
     try
     {
         _terraform?.Destroy(_variables);
     }
     catch
     {
         // ignore if there's a problem destroying. The exception will be logged, and in CI, we'll let the cleanup tasks handle
     }
 }
 public void Dispose() => _terraform?.Destroy(_variables);